All Packages Class Hierarchy This Package Previous Next Index WEKA's home
Class weka.classifiers.kstar.KStarCache.TableEntry
java.lang.Object
|
+----weka.classifiers.kstar.KStarCache.TableEntry
- public class KStarCache.TableEntry
- extends java.lang.Object
Hashtable collision list.
hash- attribute value hash code
key- attribute value
next- next table entry (separate chaining)
pmiss- transformation probability to missing value
value- scale factor or stop parameter
KStarCache.TableEntry(KStarCache, int, double, double, double, KStarCache.TableEntry)
- Constructor
hash
public int hash
attribute value hash code
key
public double key
attribute value
value
public double value
scale factor or stop parameter
pmiss
public double pmiss
transformation probability to missing value
next
public KStarCache.TableEntry next
next table entry (separate chaining)
KStarCache.TableEntry
public KStarCache.TableEntry(KStarCache this$0,
int hash,
double key,
double value,
double pmiss,
KStarCache.TableEntry next)
Constructor
All Packages Class Hierarchy This Package Previous Next Index WEKA's home