Uses of Package
de.dfki.mycbr.core.similarity.config

Packages that use de.dfki.mycbr.core.similarity.config
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. 
 

Classes in de.dfki.mycbr.core.similarity.config used by de.dfki.mycbr.core.model
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.
 

Classes in de.dfki.mycbr.core.similarity.config used by de.dfki.mycbr.core.similarity
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.
 

Classes in de.dfki.mycbr.core.similarity.config used by de.dfki.mycbr.core.similarity.config
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.