|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcolibri.method.retrieve.FilterBasedRetrieval.FilterBasedRetrievalMethod
public class FilterBasedRetrievalMethod
Retrieves cases according boolean predicates (less, more, equal, ...) over the attributes.
Constructor Summary | |
---|---|
FilterBasedRetrievalMethod()
|
Method Summary | |
---|---|
static java.util.Collection<CBRCase> |
filterCases(java.util.Collection<CBRCase> cases,
CBRQuery query,
FilterConfig filterConfig)
Retrieves cases that match with the given predicates in filter config |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FilterBasedRetrievalMethod()
Method Detail |
---|
public static java.util.Collection<CBRCase> filterCases(java.util.Collection<CBRCase> cases, CBRQuery query, FilterConfig filterConfig)
cases
- to retrieve fromquery
- to comparefilterConfig
- contains the filter predicates
|
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 |