|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcolibri.method.maintenance.SolvesFunction
jcolibri.method.maintenance.solvesFunctions.CBESolvesFunction
public class CBESolvesFunction
Provides the solves function that Sarah-Jane Delaney uses in her case-base editing (CBE) algorithms which will decide which cases solve a query.
Field Summary |
---|
Fields inherited from class jcolibri.method.maintenance.SolvesFunction |
---|
misclassifyQ, solveQ |
Constructor Summary | |
---|---|
CBESolvesFunction()
|
Method Summary | |
---|---|
void |
setCasesThatSolveAndMisclassifyQ(CBRCase q,
java.util.Collection<CBRCase> cases,
KNNClassificationConfig knnConfig)
Sets the cases that either solve q or contribute to its misclassification. |
Methods inherited from class jcolibri.method.maintenance.SolvesFunction |
---|
getCasesThatMisclassifiedQuery, getCasesThatSolvedQuery |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CBESolvesFunction()
Method Detail |
---|
public void setCasesThatSolveAndMisclassifyQ(CBRCase q, java.util.Collection<CBRCase> cases, KNNClassificationConfig knnConfig)
setCasesThatSolveAndMisclassifyQ
in class SolvesFunction
q
- the querycases
- from which to find the cases which solve
and classify the query. These include the query itself.knnConfig
- the similarity 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 |