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

Packages that use FloatDesc
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 FloatDesc in de.dfki.mycbr.core.casebase
 

Methods in de.dfki.mycbr.core.casebase that return FloatDesc
 FloatDesc FloatRange.getDesc()
          Gets the float description for attributes maintained by this range.
 

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

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

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