|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--weka.classifiers.lazy.kstar.KStarCache.TableEntry
Hashtable collision list.
Field Summary | |
int |
hash
attribute value hash code |
double |
key
attribute value |
KStarCache.TableEntry |
next
next table entry (separate chaining) |
double |
pmiss
transformation probability to missing value |
double |
value
scale factor or stop parameter |
Constructor Summary | |
KStarCache.TableEntry(int hash,
double key,
double value,
double pmiss,
KStarCache.TableEntry next)
Constructor |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int hash
public double key
public double value
public double pmiss
public KStarCache.TableEntry next
Constructor Detail |
public KStarCache.TableEntry(int hash, double key, double value, double pmiss, KStarCache.TableEntry next)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) 2003 David Lindsay, Computer Learning Research Centre, Dept. Computer Science, Royal Holloway, University of London