All Packages Class Hierarchy This Package Previous Next Index
Class aid.cbr.tools.core.reasoner.SimilarityRetainAnalyser
java.lang.Object
|
+----aid.cbr.tools.core.reasoner.RetainAnalyser
|
+----aid.cbr.tools.core.reasoner.SimilarityRetainAnalyser
- public class SimilarityRetainAnalyser
- extends RetainAnalyser
-
SimilarityRetainAnalyser(CmpValue)
-
-
decideRetain(Reasoning, Index)
-
-
getThreshold()
-
-
setThreshold(CmpValue)
-
SimilarityRetainAnalyser
public SimilarityRetainAnalyser(CmpValue threshold)
decideRetain
public boolean decideRetain(Reasoning r,
Index topLevelIndex)
- Overrides:
- decideRetain in class RetainAnalyser
getThreshold
public CmpValue getThreshold()
setThreshold
public void setThreshold(CmpValue sim)
All Packages Class Hierarchy This Package Previous Next Index