Package com.kpro.algorithm

Class Summary
bitmapDistance A distance metric that calculates distance based on weighed union of a bit map interception
bitmapDistanceWisOne A distance metric that calculates distance based on weighed union of a bit map interception
Bitmapwithdata A distance metric that calculates distance based on weighed union of a bit map interception
CBR Case based reason.
Conclusion_Simple a very simple conclusion class.
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.
Learn_Constant The simplest implementation of learnAlgorithm, this literally does nothing, and thus doesn't actually learn.
LearnAlgBasic A very slow learning algorithm that goes through every case in every PolicyObject in the whole database.
LearnAlgorithm An abstract class covering all learning algorithms.
LearnAlgStand An learning algorithm that extends LearnAlgorithm
Reduction_KNN A k-nearest-neighbors algorithm class.
ReductionAlgorithm The abstract class for implementing reduction algorithms, like Knearestneighbors.