|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweka.classifiers.trees.m5.Values
public final class Values
Stores some statistics.
Constructor Summary | |
---|---|
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 |
Method Summary | |
---|---|
String |
getRevision()
Returns the revision string. |
String |
toString()
Converts the stats to a string |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
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 instancesMethod Detail |
---|
public final String toString()
toString
in class Object
public String getRevision()
getRevision
in interface RevisionHandler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |