类 Values
java.lang.Object
weka.classifiers.trees.m5.Values
- 所有已实现的接口:
RevisionHandler
Stores some statistics.
- 版本:
- $Revision: 1.7 $
- 作者:
- Yong Wang (yongwang@cs.waikato.ac.nz)
-
构造器详细资料
-
Values
Constructs an object which stores some statistics of the instances such as sum, squared sum, variance, standard deviation- 参数:
low
- the index of the first instancehigh
- the index of the last instanceattribute
- the attributeinst
- the instances
-
-
方法详细资料
-
toString
Converts the stats to a string -
getRevision
Returns the revision string.- 指定者:
getRevision
在接口中RevisionHandler
- 返回:
- the revision
-