Package weka.classifiers.trees.m5
Class Values
java.lang.Object
weka.classifiers.trees.m5.Values
- All Implemented Interfaces:
RevisionHandler
Stores some statistics.
- Version:
- $Revision: 8034 $
- Author:
- Yong Wang (yongwang@cs.waikato.ac.nz)
-
Constructor Details
-
Values
Constructs an object which stores some statistics of the instances such as sum, squared sum, variance, standard deviation- Parameters:
low
- the index of the first instancehigh
- the index of the last instanceattribute
- the attributeinst
- the instances
-
-
Method Details
-
toString
Converts the stats to a string -
getRevision
Returns the revision string.- Specified by:
getRevision
in interfaceRevisionHandler
- Returns:
- the revision
-