| 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 |
|---|---|
IntegerDesc |
IntegerRange.getDesc()
Gets the integer description of the attributes maintained by this range.
|
| Constructor and Description |
|---|
IntegerRange(Project prj,
IntegerDesc d)
|
| Constructor and Description |
|---|
AdvancedIntegerFct(Project prj,
IntegerDesc desc,
java.lang.String name)
Initializes this with the given description.
|
IntegerFct(Project prj,
IntegerDesc desc,
java.lang.String name)
Constructor should only be called by FunctionContainer.
|