Package weka.classifiers.lazy.kstar
Class KStarWrapper
- java.lang.Object
-
- weka.classifiers.lazy.kstar.KStarWrapper
-
- All Implemented Interfaces:
RevisionHandler
public class KStarWrapper extends java.lang.Object implements RevisionHandler
-
-
Field Summary
Fields Modifier and Type Field Description double
actEntropy
used/reused to hold the actual entropydouble
avgProb
used/reused to hold the average transformation probabilitydouble
minProb
used/reused to hold the smallest transformation probabilitydouble
randEntropy
used/reused to hold the random entropydouble
sphere
used/reused to hold the sphere size
-
Constructor Summary
Constructors Constructor Description KStarWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getRevision()
Returns the revision string.
-
-
-
Field Detail
-
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
-
-
Method Detail
-
getRevision
public java.lang.String getRevision()
Returns the revision string.- Specified by:
getRevision
in interfaceRevisionHandler
- Returns:
- the revision
-
-