chemCast.weka
Interface InstanceProcessor

All Known Implementing Classes:
AbstractWekaModel, InstanceAdder, WekaClustering, WekaSimilarityModel

public interface InstanceProcessor


Method Summary
 void processInstance(Subsets datasets, int subsetndex, int objectIndex, Instances instances, Instance instance)
           
 

Method Detail

processInstance

void processInstance(Subsets datasets,
                     int subsetndex,
                     int objectIndex,
                     Instances instances,
                     Instance instance)
                     throws java.lang.Exception
Throws:
java.lang.Exception