Uses of Class
de.dfki.mycbr.core.model.DoubleDesc

Packages that use DoubleDesc
de.dfki.mycbr.core.casebase Contains classes for the basic definition of DefaultCaseBase objects. 
de.dfki.mycbr.core.similarity Contains standard classes to maintain similarity functions for attribute descriptions (local similarity functions) and concepts (amalgamation functions). 
 

Uses of DoubleDesc in de.dfki.mycbr.core.casebase
 

Methods in de.dfki.mycbr.core.casebase that return DoubleDesc
 DoubleDesc DoubleRange.getDesc()
          Gets the double description for attributes maintained by this range.
 

Constructors in de.dfki.mycbr.core.casebase with parameters of type DoubleDesc
DoubleRange(Project prj, DoubleDesc doubleDesc)
          Initializes internal data structures according to maximal number of integer attributes (given by getMax() - getMin()).
 

Uses of DoubleDesc in de.dfki.mycbr.core.similarity
 

Constructors in de.dfki.mycbr.core.similarity with parameters of type DoubleDesc
AdvancedDoubleFct(Project prj, DoubleDesc desc, java.lang.String name)
          Initializes this with the given description.
DoubleFct(Project prj, DoubleDesc desc, java.lang.String name)
          Constructor should only be called by FunctionContainer.