Class KStarWrapper

java.lang.Object
weka.classifiers.lazy.kstar.KStarWrapper
All Implemented Interfaces:
RevisionHandler

public class KStarWrapper extends Object implements RevisionHandler
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    double
    used/reused to hold the actual entropy
    double
    used/reused to hold the average transformation probability
    double
    used/reused to hold the smallest transformation probability
    double
    used/reused to hold the random entropy
    double
    used/reused to hold the sphere size
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the revision string.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • 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 Details

    • KStarWrapper

      public KStarWrapper()
  • Method Details