| Package | Description |
|---|---|
| de.dfki.mycbr.core.model |
Contains classes for the basic definition of the project's model.
The model is represented as a tree-like structure representing an inheritance hierarchy. |
| 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 | Class and Description |
|---|---|
class |
BooleanDesc
Description for boolean attributes.
|
class |
DateDesc
Description for date attributes.
|
class |
DoubleDesc
Description for Number attributes.
|
class |
FloatDesc
Description for Number attributes.
|
class |
IntegerDesc
Description for Integer attributes.
|
class |
IntervalDesc
The allow computation of similarity between intervals there must be a minimal
and a maximal value that restrict the possible interval bounds.
|
class |
SpecialDesc
Special values are values that can be used for any
attribute description.
|
class |
StringDesc
Description for string attributes.
|
class |
SymbolDesc
Description for symbol attributes.
|
| Constructor and Description |
|---|
NumberFct(Project p,
SimpleAttDesc d,
java.lang.String n) |