|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweka.datagenerators.TextSource.DataRow
Sparse map data row structure with public hash map.
Field Summary | |
java.util.TreeMap |
m_data
|
double |
m_dClass
|
Constructor Summary | |
TextSource.DataRow()
|
Method Summary | |
Instance |
makeInstance(TextSource.Table table)
|
void |
set(TextSource.Int nIndex,
TextSource.Real dVal)
|
void |
setClass(TextSource.Real dClass)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public double m_dClass
public java.util.TreeMap m_data
Constructor Detail |
public TextSource.DataRow()
Method Detail |
public void set(TextSource.Int nIndex, TextSource.Real dVal)
public void setClass(TextSource.Real dClass)
public Instance makeInstance(TextSource.Table table)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |