public class KStarCache.TableEntry extends java.lang.Object implements java.io.Serializable, RevisionHandler
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
TableEntry(int hash,
double key,
double value,
double pmiss,
KStarCache.TableEntry next)
Constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getRevision()
Returns the revision string.
|
public int hash
public double key
public double value
public double pmiss
public KStarCache.TableEntry next
public TableEntry(int hash, double key, double value, double pmiss, KStarCache.TableEntry next)
public java.lang.String getRevision()
getRevision
in interface RevisionHandler