Package weka.classifiers.lazy.kstar
Class KStarCache.TableEntry
java.lang.Object
weka.classifiers.lazy.kstar.KStarCache.TableEntry
- All Implemented Interfaces:
Serializable
,RevisionHandler
- Enclosing class:
- KStarCache
Hashtable collision list.
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionTableEntry
(int hash, double key, double value, double pmiss, KStarCache.TableEntry next) Constructor -
Method Summary
-
Field Details
-
hash
public int hashattribute value hash code -
key
public double keyattribute value -
value
public double valuescale factor or stop parameter -
pmiss
public double pmisstransformation probability to missing value -
next
next table entry (separate chaining)
-
-
Constructor Details
-
TableEntry
Constructor
-
-
Method Details
-
getRevision
Returns the revision string.- Specified by:
getRevision
in interfaceRevisionHandler
- Returns:
- the revision
-