Package weka.classifiers.lazy.kstar
Class KStarWrapper
java.lang.Object
weka.classifiers.lazy.kstar.KStarWrapper
- All Implemented Interfaces:
RevisionHandler
-
Field Summary
Modifier and TypeFieldDescriptiondouble
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 -
Constructor Summary
-
Method Summary
-
Field Details
-
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
-
-
Constructor Details
-
KStarWrapper
public KStarWrapper()
-
-
Method Details
-
getRevision
Returns the revision string.- Specified by:
getRevision
in interfaceRevisionHandler
- Returns:
- the revision
-