Uses of Class
weka.classifiers.lazy.kstar.KStarCache

Packages that use KStarCache
weka.classifiers.lazy   
weka.classifiers.lazy.kstar   
 

Uses of KStarCache in weka.classifiers.lazy
 

Fields in weka.classifiers.lazy declared as KStarCache
protected  KStarCache[] KStar.m_Cache
          A custom data structure for caching distinct attribute values and their scale factor or stop parameter.
 

Uses of KStarCache in weka.classifiers.lazy.kstar
 

Fields in weka.classifiers.lazy.kstar declared as KStarCache
protected  KStarCache KStarNumericAttribute.m_Cache
          A cache for storing attribute values and their corresponding scale parameters
protected  KStarCache KStarNominalAttribute.m_Cache
          A cache for storing attribute values and their corresponding stop parameters
 

Constructors in weka.classifiers.lazy.kstar with parameters of type KStarCache
KStarNumericAttribute(Instance test, Instance train, int attrIndex, Instances trainSet, int[][] randClassCols, KStarCache cache)
          Constructor
KStarNominalAttribute(Instance test, Instance train, int attrIndex, Instances trainSet, int[][] randClassCol, KStarCache cache)
          Constructor