类 KStarWrapper
java.lang.Object
weka.classifiers.lazy.kstar.KStarWrapper
- 所有已实现的接口:
RevisionHandler
-
字段概要
字段修饰符和类型字段说明double
used/reused to hold the actual entropydouble
used/reused to hold the average transformation probabilitydouble
used/reused to hold the smallest transformation probabilitydouble
used/reused to hold the random entropydouble
used/reused to hold the sphere size -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
sphere
public double sphereused/reused to hold the sphere size -
actEntropy
public double actEntropyused/reused to hold the actual entropy -
randEntropy
public double randEntropyused/reused to hold the random entropy -
avgProb
public double avgProbused/reused to hold the average transformation probability -
minProb
public double minProbused/reused to hold the smallest transformation probability
-
-
构造器详细资料
-
KStarWrapper
public KStarWrapper()
-
-
方法详细资料
-
getRevision
Returns the revision string.- 指定者:
getRevision
在接口中RevisionHandler
- 返回:
- the revision
-