classifier
Class TrainingSetSVConcrete

java.lang.Object
  extended byclassifier.TrainingSetSVConcrete
All Implemented Interfaces:
java.io.Serializable, TrainingSet, TrainingSetSV

public class TrainingSetSVConcrete
extends java.lang.Object
implements TrainingSetSV

See Also:
Serialized Form

Field Summary
protected  java.util.ArrayList keys
           
 
Constructor Summary
TrainingSetSVConcrete(DataReader dr)
           
 
Method Summary
 DataReader getDataReader()
           
 java.lang.Object getInput(int pos)
           
 int getNum()
           
 java.lang.Object getOutput(int pos)
           
 java.lang.Object nextInput()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

keys

protected java.util.ArrayList keys
Constructor Detail

TrainingSetSVConcrete

public TrainingSetSVConcrete(DataReader dr)
Method Detail

nextInput

public java.lang.Object nextInput()

getInput

public java.lang.Object getInput(int pos)
Specified by:
getInput in interface TrainingSet

getOutput

public java.lang.Object getOutput(int pos)
Specified by:
getOutput in interface TrainingSetSV

getNum

public int getNum()
Specified by:
getNum in interface TrainingSet

getDataReader

public DataReader getDataReader()