Package weka.classifiers.lazy.kstar
Class KStarWrapper
java.lang.Object
weka.classifiers.lazy.kstar.KStarWrapper
- All Implemented Interfaces:
RevisionHandler
-
Field Summary
FieldsModifier and TypeFieldDescriptiondoubleused/reused to hold the actual entropydoubleused/reused to hold the average transformation probabilitydoubleused/reused to hold the smallest transformation probabilitydoubleused/reused to hold the random entropydoubleused/reused to hold the sphere size -
Constructor Summary
Constructors -
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:
getRevisionin interfaceRevisionHandler- Returns:
- the revision
-