| 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.config |
Contains various enumerations specifying configurations
for the corresponding similarity function.
|
| Modifier and Type | Method and Description |
|---|---|
AmalgamationFct |
Concept.addAmalgamationFct(AmalgamationConfig amalgam,
java.lang.String name,
boolean active)
Creates a new AmalgamationFct for the given description.
|
AmalgamationFct |
Concept.getActiveAmalgamFct()
Get the value of activeSimFcts
|
AmalgamationFct |
Concept.getFct(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AmalgamationFct> |
Concept.getAvailableAmalgamFcts()
Returns the available similarity functions for the specified description
|
| Modifier and Type | Method and Description |
|---|---|
void |
Concept.deleteAmalgamFct(AmalgamationFct f)
Deletes the given function from the list of
known functions for the given description.
|
MultipleConfig |
ConceptDesc.getMultipleConfig(AmalgamationFct f) |
void |
Concept.setActiveAmalgamFct(AmalgamationFct amalgam)
Set the active amalgamation function for this.
|
void |
ConceptDesc.setMultipleConfig(AmalgamationFct f,
MultipleConfig mc) |
| Modifier and Type | Method and Description |
|---|---|
Similarity |
MultipleConfig.calculateSimilarity(AmalgamationFct innerFct,
MultipleAttribute<?> value1,
MultipleAttribute<?> value2) |