|
|||||||||||
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.
Field Summary | |
(package private) int |
attr
|
(package private) int |
first
|
(package private) int |
last
|
(package private) int |
missingInstances
|
(package private) int |
numInstances
|
(package private) double |
sd
|
(package private) double |
sqrSum
|
(package private) double |
sum
|
(package private) double |
va
|
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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
int numInstances
int missingInstances
int first
int last
int attr
double sum
double sqrSum
double va
double sd
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 java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |