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.


Variable Index

 o hash
attribute value hash code
 o key
attribute value
 o next
next table entry (separate chaining)
 o pmiss
transformation probability to missing value
 o value
scale factor or stop parameter

Constructor Index

 o KStarCache.TableEntry(KStarCache, int, double, double, double, KStarCache.TableEntry)
Constructor

Field Detail

 o hash
public int hash
          attribute value hash code
 o key
public double key
          attribute value
 o value
public double value
          scale factor or stop parameter
 o pmiss
public double pmiss
          transformation probability to missing value
 o next
public KStarCache.TableEntry next
          next table entry (separate chaining)

Constructor Detail

 o 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