All Packages  Class Hierarchy  This Package  Previous  Next  Index  WEKA's home

Class weka.classifiers.kstar.KStarWrapper

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

public class KStarWrapper
extends java.lang.Object

Variable Index

 o actEntropy
used/reused to hold the actual entropy
 o avgProb
used/reused to hold the average transformation probability
 o minProb
used/reused to hold the smallest transformation probability
 o randEntropy
used/reused to hold the random entropy
 o sphere
used/reused to hold the sphere size

Constructor Index

 o KStarWrapper()
 

Field Detail

 o sphere
public double sphere
          used/reused to hold the sphere size
 o actEntropy
public double actEntropy
          used/reused to hold the actual entropy
 o randEntropy
public double randEntropy
          used/reused to hold the random entropy
 o avgProb
public double avgProb
          used/reused to hold the average transformation probability
 o minProb
public double minProb
          used/reused to hold the smallest transformation probability

Constructor Detail

 o KStarWrapper
public KStarWrapper()

All Packages  Class Hierarchy  This Package  Previous  Next  Index  WEKA's home