smueller.datastructure
Class ReBuild

java.lang.Object
  extended by smueller.datastructure.ReBuild

public class ReBuild
extends Object

Author:
Soeren Mueller, smueller@cebitec.uni-bielefeld.de

Constructor Summary
ReBuild()
           
 
Method Summary
static Array addbaseclean(Array a1, double m)
           
static Array strToDoubArray(String str)
           
static Array unlog(Array a1)
           
static Array unscale(Array a1, double min, double max)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReBuild

public ReBuild()
Method Detail

addbaseclean

public static Array addbaseclean(Array a1,
                                 double m)

strToDoubArray

public static Array strToDoubArray(String str)

unlog

public static Array unlog(Array a1)

unscale

public static Array unscale(Array a1,
                            double min,
                            double max)


Copyright © 2007-2012. All Rights Reserved.