Uses of Class
com.kpro.algorithm.ReductionAlgorithm

Packages that use ReductionAlgorithm
com.kpro.algorithm   
 

Uses of ReductionAlgorithm in com.kpro.algorithm
 

Subclasses of ReductionAlgorithm in com.kpro.algorithm
 class Reduction_KNN
          A k-nearest-neighbors algorithm class.
 

Fields in com.kpro.algorithm declared as ReductionAlgorithm
protected  ReductionAlgorithm CBR.reduceAlg
           
 

Methods in com.kpro.algorithm that return ReductionAlgorithm
private  ReductionAlgorithm CBR.getReductionAlgorithm(java.lang.String algorithm, DistanceMetric dm, PolicyDatabase pdb)
          Parse the reduction algorithm substring into a ReductionAlgorithm object with the right attributes and values.
 

Constructors in com.kpro.algorithm with parameters of type ReductionAlgorithm
CBR(Gio theIO, java.util.Properties weightsConfig, ReductionAlgorithm reduceAlg, ConclusionAlgorithm conclusAlg, LearnAlgorithm learnAlg)
          Our generic constructor.