All Packages Class Hierarchy This Package Previous Next Index WEKA's home
Class weka.classifiers.kstar.KStarWrapper
java.lang.Object
|
+----weka.classifiers.kstar.KStarWrapper
- public class KStarWrapper
- extends java.lang.Object
actEntropy- used/reused to hold the actual entropy
avgProb- used/reused to hold the average transformation probability
minProb- used/reused to hold the smallest transformation probability
randEntropy- used/reused to hold the random entropy
sphere- used/reused to hold the sphere size
KStarWrapper()
-
sphere
public double sphere
used/reused to hold the sphere size
actEntropy
public double actEntropy
used/reused to hold the actual entropy
randEntropy
public double randEntropy
used/reused to hold the random entropy
avgProb
public double avgProb
used/reused to hold the average transformation probability
minProb
public double minProb
used/reused to hold the smallest transformation probability
KStarWrapper
public KStarWrapper()
All Packages Class Hierarchy This Package Previous Next Index WEKA's home