Uses of Interface
chemCast.weka.InstanceProcessor

Packages that use InstanceProcessor
chemCast.weka   
 

Uses of InstanceProcessor in chemCast.weka
 

Classes in chemCast.weka that implement InstanceProcessor
 class AbstractWekaModel
          TODO add description.
 class InstanceAdder
           
 class WekaClustering
           
 class WekaSimilarityModel
           
 

Methods in chemCast.weka that return InstanceProcessor
 InstanceProcessor Subsets2Instances.getInstanceProcessor()
           
 

Methods in chemCast.weka with parameters of type InstanceProcessor
 void Subsets2Instances.setInstanceProcessor(InstanceProcessor instanceProcessor)