Uses of Package
com.kpro.algorithm

Packages that use com.kpro.algorithm
com.kpro.algorithm   
com.kpro.main   
com.kpro.test   
 

Classes in com.kpro.algorithm used by com.kpro.algorithm
CBR
          Case based reason.
ConclusionAlgorithm
          abstract class for all conclusion classes (they take the new policy and a reduction of the history versus new policy), and return an Action.
DistanceMetric
          An abstract Distance metric class.
LearnAlgorithm
          An abstract class covering all learning algorithms.
ReductionAlgorithm
          The abstract class for implementing reduction algorithms, like Knearestneighbors.
 

Classes in com.kpro.algorithm used by com.kpro.main
CBR
          Case based reason.
 

Classes in com.kpro.algorithm used by com.kpro.test
bitmapDistance
          A distance metric that calculates distance based on weighed union of a bit map interception
Conclusion_Simple
          a very simple conclusion class.
LearnAlgStand
          An learning algorithm that extends LearnAlgorithm
Reduction_KNN
          A k-nearest-neighbors algorithm class.