classifier
Interface TrainingSetSV

All Superinterfaces:
java.io.Serializable, TrainingSet
All Known Implementing Classes:
TrainingSetSVConcrete

public interface TrainingSetSV
extends TrainingSet


Method Summary
 java.lang.Object getOutput(int i)
           
 
Methods inherited from interface classifier.TrainingSet
getInput, getNum
 

Method Detail

getOutput

public java.lang.Object getOutput(int i)