| Package | Description |
|---|---|
| weka.classifiers.lazy.kstar |
| Modifier and Type | Field and Description |
|---|---|
KStarCache.TableEntry |
KStarCache.TableEntry.next
next table entry (separate chaining)
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
TableEntry(int hash,
double key,
double value,
double pmiss,
KStarCache.TableEntry next)
Constructor
|
Copyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.