|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ISimFct | |
|---|---|
| de.dfki.mycbr.core.model | Contains classes for the basic definition of the project's model. |
| 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. |
| Uses of ISimFct in de.dfki.mycbr.core.model |
|---|
| Methods in de.dfki.mycbr.core.model that return ISimFct | |
|---|---|
ISimFct |
SimpleAttDesc.getFct(java.lang.String name)
|
| Methods in de.dfki.mycbr.core.model that return types with arguments of type ISimFct | |
|---|---|
java.util.List<ISimFct> |
SimpleAttDesc.getSimFcts()
Returns the available similarity functions for the specified description. |
| Methods in de.dfki.mycbr.core.model with parameters of type ISimFct | |
|---|---|
void |
SimpleAttDesc.addFct(ISimFct f)
|
void |
SimpleAttDesc.deleteSimFct(ISimFct f)
Deletes the given function from the list of known functions for the given description. |
| Uses of ISimFct in de.dfki.mycbr.core.similarity |
|---|
| Classes in de.dfki.mycbr.core.similarity that implement ISimFct | |
|---|---|
class |
AdvancedDoubleFct
Used for calculating similarities of DoubleAttribute objects. |
class |
AdvancedFloatFct
Used for calculating similarities of FloatAttribute objects. |
class |
AdvancedIntegerFct
Used for calculating similarities of IntegerAttribute objects. |
class |
DateFct
Not implemented yet. |
class |
DoubleFct
Calculates the similarity of DoubleAttribute objects. |
class |
FloatFct
Calculates the similarity of FloatAttribute objects. |
class |
IntegerFct
Calculates the similarity of IntegerAttribute objects. |
class |
IntervalFct
Not implemented yet. |
class |
NumberFct
Defines how to compute the similarity of two integers, floats or doubles. |
class |
OrderedSymbolFct
This function provides a linear order of the known symbol attributes for the given description. |
class |
SpecialFct
Special values such as "undefined" can be used as values for any attribute description. |
class |
StringFct
Calculates the similarity of two strings for a given description. |
class |
SymbolFct
Holds the similarity of the known attributes for the given description in a two dimensional array (table). |
class |
TaxonomyFct
Similarity function for symbol descriptions. |
| Uses of ISimFct in de.dfki.mycbr.core.similarity.config |
|---|
| Methods in de.dfki.mycbr.core.similarity.config with parameters of type ISimFct | |
|---|---|
Similarity |
MultipleConfig.calculateSimilarity(ISimFct innerFunction,
MultipleAttribute<?> value1,
MultipleAttribute<?> value2)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||