weka.datagenerators
Class TextSource.DataRow

java.lang.Object
  extended byweka.datagenerators.TextSource.DataRow
Enclosing class:
TextSource

public class TextSource.DataRow
extends java.lang.Object

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

m_dClass

public double m_dClass

m_data

public java.util.TreeMap m_data
Constructor Detail

TextSource.DataRow

public TextSource.DataRow()
Method Detail

set

public void set(TextSource.Int nIndex,
                TextSource.Real dVal)

setClass

public void setClass(TextSource.Real dClass)

makeInstance

public Instance makeInstance(TextSource.Table table)