chemCast.weka
Class InstanceAdder

java.lang.Object
  extended by chemCast.weka.InstanceAdder
All Implemented Interfaces:
InstanceProcessor

public class InstanceAdder
extends java.lang.Object
implements InstanceProcessor


Constructor Summary
InstanceAdder()
           
 
Method Summary
 void processInstance(Subsets datasets, int subsetndex, int objectIndex, Instances instances, Instance instance)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstanceAdder

public InstanceAdder()
Method Detail

processInstance

public void processInstance(Subsets datasets,
                            int subsetndex,
                            int objectIndex,
                            Instances instances,
                            Instance instance)
                     throws java.lang.Exception
Specified by:
processInstance in interface InstanceProcessor
Throws:
java.lang.Exception