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

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

public class DataLine
extends java.lang.Object

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


Constructor Summary
DataLine()
           
DataLine(java.lang.String dl)
           
 
Method Summary
 double getAttribut(int index)
           
 int getLabel()
           
 void set(java.lang.String 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(java.lang.String dl)
Method Detail

getLabel

public int getLabel()

getAttribut

public double getAttribut(int index)

set

public void set(java.lang.String dlstr)


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