|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectweka.classifiers.lazy.kstar.KStarCache.TableEntry
public class 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 |
|
| Method Summary | |
|---|---|
java.lang.String |
getRevision()
Returns the revision string. |
| 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)
| Method Detail |
|---|
public java.lang.String getRevision()
getRevision in interface RevisionHandler
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||