|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectweka.classifiers.trees.m5.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 | |
java.lang.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 instances| Method Detail |
public final java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||