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

Contains various enumerations specifying configurations for the corresponding similarity function.

See:
          Description

Class Summary
MultipleConfig Configuration on how to compute similarity of multiple values.
 

Enum Summary
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.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.
 

Package de.dfki.mycbr.core.similarity.config Description

Contains various enumerations specifying configurations for the corresponding similarity function.

Since:
myCBR 3.0.0
Author:
myCBR Team