|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcolibri.method.retrieve.NNretrieval.NNScoringMethod
public class NNScoringMethod
Performs a Nearest Neighbor numeric scoring comparing attributes. It uses global similarity functions to compare compound attributes (CaseComponents) and local similarity functions to compare simple attributes. The configuration of this method is stored in the NNConfig object.
NNConfig
Constructor Summary | |
---|---|
NNScoringMethod()
|
Method Summary | |
---|---|
static java.util.Collection<RetrievalResult> |
evaluateSimilarity(java.util.Collection<CBRCase> cases,
CBRQuery query,
NNConfig simConfig)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NNScoringMethod()
Method Detail |
---|
public static java.util.Collection<RetrievalResult> evaluateSimilarity(java.util.Collection<CBRCase> cases, CBRQuery query, NNConfig simConfig)
|
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 |