Uses of Class
weka.classifiers.lazy.kstar.KStarCache.TableEntry
-
Uses of KStarCache.TableEntry in weka.classifiers.lazy.kstar
Modifier and TypeMethodDescriptionKStarCache.getCacheValues
(double key) Returns the values in the cache mapped by the specified keyKStarCache.CacheTable.getEntry
(double key) Returns the table entry to which the specified key is mapped in this hashtable.ModifierConstructorDescriptionTableEntry
(int hash, double key, double value, double pmiss, KStarCache.TableEntry next) Constructor