Uses of Package
weka.classifiers.lazy.kstar

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

Classes in weka.classifiers.lazy.kstar used by weka.classifiers.lazy
KStarCache
          A class representing the caching system used to keep track of each attribute value and its corresponding scale factor or stop parameter.
KStarConstants
           
 

Classes in weka.classifiers.lazy.kstar used by weka.classifiers.lazy.kstar
KStarCache
          A class representing the caching system used to keep track of each attribute value and its corresponding scale factor or stop parameter.
KStarCache.CacheTable
          A custom hashtable class to support the caching system.
KStarCache.TableEntry
          Hashtable collision list.
KStarConstants
           
KStarWrapper