org.apache.mahout.ga.watchmaker.cd
Class DataLine

java.lang.Object
  extended by org.apache.mahout.ga.watchmaker.cd.DataLine

public class DataLine
extends Object

Represents one line of a Dataset. Contains only real attributs.


Constructor Summary
DataLine()
           
DataLine(CharSequence dl)
           
 
Method Summary
 double getAttribute(int index)
           
 int getLabel()
           
 void set(CharSequence dlstr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataLine

public DataLine()

DataLine

public DataLine(CharSequence dl)
Method Detail

getLabel

public int getLabel()

getAttribute

public double getAttribute(int index)

set

public void set(CharSequence dlstr)


Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.