|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface KNNClassificationMethod
Interface for providing the ability to classify a query by predicting its solution from supplied cases.
Method Summary | |
---|---|
CBRCase |
getPredictedCase(CBRQuery query,
java.util.Collection<RetrievalResult> cases)
Gets the predicted solution of the given cases according to the classification type and returns a case that has the query description and the predicted solution. |
ClassificationSolution |
getPredictedSolution(java.util.Collection<RetrievalResult> cases)
Gets the predicted solution of the given cases according to the classification type. |
Method Detail |
---|
ClassificationSolution getPredictedSolution(java.util.Collection<RetrievalResult> cases)
cases
- a list of cases along with similarity scores.
CBRCase getPredictedCase(CBRQuery query, java.util.Collection<RetrievalResult> cases)
query
- the query.cases
- a list of cases along with similarity scores.
|
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 |