All Packages Class Hierarchy This Package Previous Next Index
Class rsf.util.Attr
java.lang.Object
|
+----rsf.util.Attr
- public class Attr
- extends Object
Needs to be generalized to other dataTypes
-
Attr(Rsf)
-
-
getMax()
-
-
getMean()
-
-
getMin()
-
-
getNorm()
-
-
getRms()
-
-
main(String[])
-
Attr < input.H \br
Attr computes some statistics of a given SEP set, input.H.
-
toString()
- Returns a string representation of the object.
Attr
public Attr(Rsf rsfIput)
getMax
public float getMax()
getMin
public float getMin()
getNorm
public float getNorm()
getMean
public float getMean()
getRms
public float getRms()
toString
public String toString()
- Returns a string representation of the object.
- Overrides:
- toString in class Object
main
public static void main(String args[])
- Attr < input.H \br
Attr computes some statistics of a given SEP set, input.H.
All Packages Class Hierarchy This Package Previous Next Index