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

Constructor Index

 o SimilarityRetainAnalyser(CmpValue)

Method Index

 o decideRetain(Reasoning, Index)
 o getThreshold()
 o setThreshold(CmpValue)

Constructors

 o SimilarityRetainAnalyser
 public SimilarityRetainAnalyser(CmpValue threshold)

Methods

 o decideRetain
 public boolean decideRetain(Reasoning r,
                             Index topLevelIndex)
Overrides:
decideRetain in class RetainAnalyser
 o getThreshold
 public CmpValue getThreshold()
 o setThreshold
 public void setThreshold(CmpValue sim)

All Packages  Class Hierarchy  This Package  Previous  Next  Index