Uses of Class
weka.classifiers.lazy.kstar.KStarCache.TableEntry
Packages that use KStarCache.TableEntry
-
Uses of KStarCache.TableEntry in weka.classifiers.lazy.kstar
Fields in weka.classifiers.lazy.kstar declared as KStarCache.TableEntryMethods in weka.classifiers.lazy.kstar that return KStarCache.TableEntryModifier 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.Constructors in weka.classifiers.lazy.kstar with parameters of type KStarCache.TableEntryModifierConstructorDescriptionTableEntry
(int hash, double key, double value, double pmiss, KStarCache.TableEntry next) Constructor