weka.classifiers.kstar
Class KStarWrapper

java.lang.Object
  |
  +--weka.classifiers.kstar.KStarWrapper

public class KStarWrapper
extends java.lang.Object


Field Summary
 double actEntropy
          used/reused to hold the actual entropy
 double avgProb
          used/reused to hold the average transformation probability
 double minProb
          used/reused to hold the smallest transformation probability
 double randEntropy
          used/reused to hold the random entropy
 double sphere
          used/reused to hold the sphere size
 
Constructor Summary
KStarWrapper()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

KStarWrapper

public KStarWrapper()