public class KStarCache.TableEntry extends Object implements 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 |
---|
KStarCache.TableEntry(int hash,
double key,
double value,
double pmiss,
KStarCache.TableEntry next)
Constructor
|
public int hash
public double key
public double value
public double pmiss
public KStarCache.TableEntry next
public KStarCache.TableEntry(int hash, double key, double value, double pmiss, KStarCache.TableEntry next)
public String getRevision()
getRevision
in interface RevisionHandler
Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.