| 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).
|
| de.dfki.mycbr.core.similarity.config |
Contains various enumerations specifying configurations
for the corresponding similarity function.
|
| Class and Description |
|---|
| AmalgamationConfig
Enumerates the modes which can be used for amalgamation
during similarity computations.
|
| MultipleConfig
Configuration on how to compute similarity of multiple values.
|
| StringConfig
Lists the function types which can be used for
similarity computation of strings.
|
| Class and Description |
|---|
| AmalgamationConfig
Enumerates the modes which can be used for amalgamation
during similarity computations.
|
| DistanceConfig
DIFFERENCE: Distance given by case-query
QUOTIENT: Computes the similarity based on case/query.
|
| MultipleConfig
Configuration on how to compute similarity of multiple values.
|
| NumberConfig
The supported types of standard number similarity functions.
|
| StringConfig
Lists the function types which can be used for
similarity computation of strings.
|
| TaxonomyConfig
Enumerates the configuration for the semantics of inner nodes
as query or case values.
|
| Class and Description |
|---|
| AmalgamationConfig
Enumerates the modes which can be used for amalgamation
during similarity computations.
|
| DistanceConfig
DIFFERENCE: Distance given by case-query
QUOTIENT: Computes the similarity based on case/query.
|
| MultipleConfig
Configuration on how to compute similarity of multiple values.
|
| MultipleConfig.MainType |
| MultipleConfig.Reuse |
| MultipleConfig.Type |
| NumberConfig
The supported types of standard number similarity functions.
|
| StringConfig
Lists the function types which can be used for
similarity computation of strings.
|
| TaxonomyConfig
Enumerates the configuration for the semantics of inner nodes
as query or case values.
|