| Package | Description |
|---|---|
| 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).
|
| Modifier and Type | Method and Description |
|---|---|
FloatDesc |
FloatRange.getDesc()
Gets the float description for attributes maintained by this range.
|
| Constructor and Description |
|---|
FloatRange(Project prj,
FloatDesc floatDesc)
|
| Constructor and Description |
|---|
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.
|