weka.classifiers.lazy.kstar
Class KStarWrapper

java.lang.Object
  |
  +--weka.classifiers.lazy.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
equals, 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()


Copyright (c) 2003 David Lindsay, Computer Learning Research Centre, Dept. Computer Science, Royal Holloway, University of London