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 doubleactEntropyused/reused to hold the actual entropydoubleavgProbused/reused to hold the average transformation probabilitydoubleminProbused/reused to hold the smallest transformation probabilitydoublerandEntropyused/reused to hold the random entropydoublesphereused/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.StringgetRevision()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:
getRevisionin interfaceRevisionHandler- Returns:
- the revision
-
-