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

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

Uses of KStarCache.TableEntry in weka.classifiers.lazy.kstar
 

Fields in weka.classifiers.lazy.kstar declared as KStarCache.TableEntry
private  KStarCache.TableEntry[] KStarCache.CacheTable.m_Table
          The hash table data.
 KStarCache.TableEntry KStarCache.TableEntry.next
          next table entry (separate chaining)
 

Methods in weka.classifiers.lazy.kstar that return KStarCache.TableEntry
 KStarCache.TableEntry KStarCache.getCacheValues(double key)
          Returns the values in the cache mapped by the specified key
 KStarCache.TableEntry KStarCache.CacheTable.getEntry(double key)
          Returns the table entry to which the specified key is mapped in this hashtable.
 

Constructors in weka.classifiers.lazy.kstar with parameters of type KStarCache.TableEntry
KStarCache.TableEntry(int hash, double key, double value, double pmiss, KStarCache.TableEntry next)
          Constructor