| 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 |
|---|---|
DoubleDesc |
DoubleRange.getDesc()
Gets the double description for attributes maintained by this range.
|
| Constructor and Description |
|---|
DoubleRange(Project prj,
DoubleDesc doubleDesc)
|
| Constructor and Description |
|---|
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.
|