|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GlobalSimilarityFunction
Defines the methods of a global similarity function. A global similarity function is applied to compound attributes by the NN algorithm.
Method Summary | |
---|---|
double |
compute(CaseComponent componentOfCase,
CaseComponent componentOfQuery,
CBRCase _case,
CBRQuery _query,
NNConfig numSimConfig)
Computes the global simliarity between two compound attributes. |
Method Detail |
---|
double compute(CaseComponent componentOfCase, CaseComponent componentOfQuery, CBRCase _case, CBRQuery _query, NNConfig numSimConfig)
componentOfCase
- compound attribute of the casecomponentOfQuery
- compound attribute of the query_case
- case being compared_query
- query being comparednumSimConfig
- Similarity functions configuration
|
GAIA - Group for Artificial Intelligence Applications http://gaia.fdi.ucm.es |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |