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


Constructor Index

 o Attr(Rsf)

Method Index

 o getMax()
 o getMean()
 o getMin()
 o getNorm()
 o getRms()
 o main(String[])
Attr < input.H \br Attr computes some statistics of a given SEP set, input.H.
 o toString()
Returns a string representation of the object.

Constructors

 o Attr
 public Attr(Rsf rsfIput)

Methods

 o getMax
 public float getMax()
 o getMin
 public float getMin()
 o getNorm
 public float getNorm()
 o getMean
 public float getMean()
 o getRms
 public float getRms()
 o toString
 public String toString()
Returns a string representation of the object.

Overrides:
toString in class Object
 o 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