public final class Values extends java.lang.Object implements RevisionHandler
Constructor and Description |
---|
Values(int low,
int high,
int attribute,
Instances inst)
Constructs an object which stores some statistics of the instances such
as sum, squared sum, variance, standard deviation
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getRevision()
Returns the revision string.
|
java.lang.String |
toString()
Converts the stats to a string
|
public Values(int low, int high, int attribute, Instances inst)
low
- the index of the first instancehigh
- the index of the last instanceattribute
- the attributeinst
- the instancespublic final java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getRevision()
getRevision
in interface RevisionHandler