Uses of Class
jcolibri.cbrcore.CBRQuery

Packages that use CBRQuery
jcolibri.cbraplications Defines interfaces of CBR application. 
jcolibri.cbrcore Core classes of the framework. 
jcolibri.connector.xmlutils XML serialization utility classes. 
jcolibri.extensions.maintenance_evaluation Classes to evaluate maintenance applications (implemented by Lisa Cummins). 
jcolibri.extensions.recommendation.askingAndProposing Methods to implement the Expert Clerk system that combines Navigation by Asking and Navigation by Proposing. 
jcolibri.extensions.recommendation.casesDisplay Methods to display cases 
jcolibri.extensions.recommendation.collaborative Methods to implement collaborative recommenders 
jcolibri.extensions.recommendation.ContentBasedProfile Methods to implement recommenders using content based profiles. 
jcolibri.extensions.recommendation.navigationByAsking Methods to implement Navigation by Asking recommenders. 
jcolibri.extensions.recommendation.navigationByProposing.queryElicitation Methods to implement the query elicitation in Navigation by Proposing recommenders 
jcolibri.extensions.textual.IE This package stores the extension for Textual CBR. 
jcolibri.extensions.textual.IE.common Textual CBR methods that can be used with any implementation (GATE or OpenNLP). 
jcolibri.extensions.textual.IE.gate Textual CBR methods that use the GATE algorithms. 
jcolibri.extensions.textual.IE.opennlp Textual CBR methods that use the Maximum Entropy algorithms implemented in the OpenNLP package. 
jcolibri.method.gui.formFilling Form Filling methods. 
jcolibri.method.maintenance Maintenance methods (implemented by Lisa Cummins & Derek Bridge). 
jcolibri.method.retrieve.FilterBasedRetrieval Filter-based retrieval method. 
jcolibri.method.retrieve.LuceneRetrieval Retrieval method using Lucene. 
jcolibri.method.retrieve.NNretrieval NN retrieval method classes. 
jcolibri.method.retrieve.NNretrieval.similarity Similarity functions for the KNN method 
jcolibri.method.retrieve.NNretrieval.similarity.local.textual Textual similarity functions for the KNN method. 
jcolibri.method.retrieve.selection.compromiseDriven Compromise-driven selection. 
jcolibri.method.retrieve.selection.diversity Diversity selection methods. 
jcolibri.method.reuse Reuse methods 
jcolibri.method.reuse.classification Classification Reuse methods (implemented by Lisa Cummins & Derek Bridge). 
jcolibri.method.revise.classification Classification Revision methods (implemented by Lisa Cummins & Derek Bridge). 
jcolibri.test.recommenders.rec1 Simple Single-Shot flats recommender using form-filling and KNN retrieval. 
jcolibri.test.recommenders.rec10 Conversational (type A) flats recommender using pre-selected cases at one-off preference elicitation, Navigation By Proposing and Filtered-KNN retrieval. 
jcolibri.test.recommenders.rec11 Conversational (type A) flats recommender using pre-selected cases at one-off preference elicitation, Navigation By Proposing and Filtered-KNN retrieval. 
jcolibri.test.recommenders.rec12 Single-Shot movies recommender obtaining description from profile and scoring cases using collaborative recommendation. 
jcolibri.test.recommenders.rec13 Conversational (type B) flats recommender using Navigation by Proposing and Filtered-KNN + Compromise Driven retrieval. 
jcolibri.test.recommenders.rec14 Single-Shot flats recommender using form-filling and Filter-Based retrieval. 
jcolibri.test.recommenders.rec2 Conversational (type A) flats recommender using form-filling and KNN retrieval. 
jcolibri.test.recommenders.rec3 Conversational (type B) flats recommender using form-filling and Filter-Based retrieval. 
jcolibri.test.recommenders.rec4 Conversational (type B) flats recommender using Navigation by Asking and Filter retrieval. 
jcolibri.test.recommenders.rec5 Conversational (type A) flats recommender using Navigation by Asking and KNN retrieval. 
jcolibri.test.recommenders.rec6 Conversational (type A) flats recommender using Navigation by Proposing and Filtered-KNN retrieval. 
jcolibri.test.recommenders.rec7 Single-Shot restaurants recommender using profiles and KNN retrieval. 
jcolibri.test.recommenders.rec8 Conversational (type B) flats recommender using both Navigation by Asking and Navigation by Proposing. 
jcolibri.test.recommenders.rec9 Conversational (type A) flats recommender using Navigation by Proposing for both One-Off and Interated preference elicitation, and Filtered-KNN retrieval. 
jcolibri.test.test1 Shows how to use a simple data base connector and perform the KNN retrieval. 
jcolibri.test.test10 This example shows how to use the ontology connector and the ontology-based similarity functions. 
jcolibri.test.test13 These tests show how to use the Textual CBR methods in a restaurants recommender. 
jcolibri.test.test14 This example shows how to evaluate two datasets at the same time with respect to their accuracy. 
jcolibri.test.test15 This example shows how to evaluate a dataset at the same time with respect to its accuracy before and after maintenance. 
jcolibri.test.test16 This test shows how to evaluate the textual similarity functions using classification. 
jcolibri.test.test2 Shows how to use enumerated values and user defined data types as attributes. 
jcolibri.test.test3 Shows how to use a compound attribute in the description of a case and how to complete the CBR cycle. 
jcolibri.test.test4 Shows how to manage a complete case with solution and execute some adaptation methods. 
jcolibri.test.test5 shows how to map an attribute to an ontology and compute an ontology-based similarity function in the KNN. 
jcolibri.test.test6 Shows how to use the Plain Text connector. 
jcolibri.test.test7 Shows how to run maintenance algorithms over the case base. 
jcolibri.test.test8 Shows how to evaluate an application. 
jcolibri.util Utility classes of the framework. 
 

Uses of CBRQuery in jcolibri.cbraplications
 

Methods in jcolibri.cbraplications with parameters of type CBRQuery
 void StandardCBRApplication.cycle(CBRQuery query)
          Executes a CBR cycle with the given query.
 

Uses of CBRQuery in jcolibri.cbrcore
 

Subclasses of CBRQuery in jcolibri.cbrcore
 class CBRCase
          Interface that represents any Case structure of jCOLIBRI.
 

Uses of CBRQuery in jcolibri.connector.xmlutils
 

Methods in jcolibri.connector.xmlutils that return CBRQuery
static CBRQuery QuerySerializer.deserializeQuery(java.lang.String filename)
           
 

Methods in jcolibri.connector.xmlutils with parameters of type CBRQuery
static void QuerySerializer.serializeQuery(CBRQuery query, java.lang.String filename)
           
 

Uses of CBRQuery in jcolibri.extensions.maintenance_evaluation
 

Methods in jcolibri.extensions.maintenance_evaluation with parameters of type CBRQuery
 void DetailedEvaluationReport.addDataToSeries(java.lang.String label, CBRQuery query, java.lang.Double value)
          Adds the given query and value to the series labelled by the given label.
 

Uses of CBRQuery in jcolibri.extensions.recommendation.askingAndProposing
 

Methods in jcolibri.extensions.recommendation.askingAndProposing with parameters of type CBRQuery
static void AskingAndProposingPreferenceElicitation.doPreferenceElicitation(CBRQuery query, java.util.Collection<CBRCase> cases, SelectAttributeMethod sam, CriticalUserChoice cuc)
          Executes the preference elicitation.
 

Uses of CBRQuery in jcolibri.extensions.recommendation.casesDisplay
 

Methods in jcolibri.extensions.recommendation.casesDisplay that return CBRQuery
 CBRQuery UserChoice.getSelectedCaseAsQuery()
          Returns the critiqued case as a CBRQuery object.
 

Uses of CBRQuery in jcolibri.extensions.recommendation.collaborative
 

Methods in jcolibri.extensions.recommendation.collaborative with parameters of type CBRQuery
static java.util.Collection<RetrievalResult> CollaborativeRetrievalMethod.getRecommendation(PearsonMatrixCaseBase cb, CBRQuery query, int kUsers)
           
 

Uses of CBRQuery in jcolibri.extensions.recommendation.ContentBasedProfile
 

Methods in jcolibri.extensions.recommendation.ContentBasedProfile that return CBRQuery
static CBRQuery ObtainQueryFromProfile.obtainQueryFromProfile(java.lang.String filename)
          Obtains a query from a XML file
 

Methods in jcolibri.extensions.recommendation.ContentBasedProfile with parameters of type CBRQuery
static void CreateProfile.createProfile(CBRQuery query, java.lang.String filename)
          Stores a query into a XML file
 

Uses of CBRQuery in jcolibri.extensions.recommendation.navigationByAsking
 

Methods in jcolibri.extensions.recommendation.navigationByAsking with parameters of type CBRQuery
 Attribute SimilarityInfluence.getAttribute(java.util.Collection<CBRCase> cases, CBRQuery query)
          Selects the attribute to be asked
 Attribute SelectAttributeMethod.getAttribute(java.util.Collection<CBRCase> cases, CBRQuery query)
          Selects the attribute to be asked
 Attribute InformationGain.getAttribute(java.util.Collection<CBRCase> cases, CBRQuery query)
          Selects the attribute to be asked
static Attribute SimilarityInfluence.getMoreSimVarAttribute(java.util.Collection<CBRCase> cases, CBRQuery query, NNConfig simConfig, boolean init)
          Selects the attribute with more expected influence in the NN scoring.
static boolean ObtainQueryWithAttributeQuestionMethod.obtainQueryWithAttributeQuestion(CBRQuery query, Attribute attribute, java.util.Map<Attribute,java.lang.String> labels, java.util.Collection<CBRCase> cases)
          Modifies the query with value of an attribute.
 

Uses of CBRQuery in jcolibri.extensions.recommendation.navigationByProposing.queryElicitation
 

Methods in jcolibri.extensions.recommendation.navigationByProposing.queryElicitation with parameters of type CBRQuery
static void LessLikeThis.lessLikeThis(CBRQuery query, CBRCase selectedCase, java.util.Collection<CBRCase> proposedCases, FilterConfig filterConfig)
          If the rejected cases all have the same feature-value combination, which is different from the preferred case then this combination can be added as a negative condition.
static void MoreAndLessLikeThis.moreAndLessLikeThis(CBRQuery query, CBRCase selectedCase, java.util.Collection<CBRCase> proposedCases, FilterConfig filterConfig)
          The Less+More Like combines both MoreLikeThis and LessLikeThis.
static void MoreLikeThis.moreLikeThis(CBRQuery query, CBRCase selectedCase)
          Replaces current query with the description of the selected case.
static void PartialMoreLikeThis.partialMoreLikeThis(CBRQuery query, CBRCase selectedCase, java.util.Collection<CBRCase> proposedCases)
          Partially replaces current query with the description of the selected case.
 void WeightedMoreLikeThis.reviseQuery(CBRQuery query, CBRCase selectedCase, java.util.Collection<CBRCase> proposedCases)
          Replaces current query with the description of the selected case but weighting the attributes given preference to diverse attributes among the proposed cases.
 void PartialMoreLikeThis.reviseQuery(CBRQuery query, CBRCase selectedCase, java.util.Collection<CBRCase> proposedCases)
          Partially replaces current query with the description of the selected case.
 void MoreLikeThis.reviseQuery(CBRQuery query, CBRCase selectedCase, java.util.Collection<CBRCase> proposedCases)
          Replaces current query with the description of the selected case.
 void MoreAndLessLikeThis.reviseQuery(CBRQuery query, CBRCase selectedCase, java.util.Collection<CBRCase> proposedCases)
          The Less+More Like combines both MoreLikeThis and LessLikeThis.
 void LessLikeThis.reviseQuery(CBRQuery query, CBRCase selectedCase, java.util.Collection<CBRCase> proposedCases)
          If the rejected cases all have the same feature-value combination, which is different from the preferred case then this combination can be added as a negative condition.
 void ComparisonQueryElicitation.reviseQuery(CBRQuery query, CBRCase selectedCase, java.util.Collection<CBRCase> proposedCases)
          Revises the query comparing the values of the user's selected case and other proposed cases
static void WeightedMoreLikeThis.weightedMoreLikeThis(CBRQuery query, CBRCase selectedCase, java.util.Collection<CBRCase> proposedCases, NNConfig simConfig)
          Replaces current query with the description of the selected case but weighting the attributes given preference to diverse attributes among the proposed cases.
 

Uses of CBRQuery in jcolibri.extensions.textual.IE
 

Methods in jcolibri.extensions.textual.IE with parameters of type CBRQuery
static java.util.Collection<IEText> IEutils.getTexts(CBRQuery query)
           
 

Uses of CBRQuery in jcolibri.extensions.textual.IE.common
 

Methods in jcolibri.extensions.textual.IE.common with parameters of type CBRQuery
static void DomainTopicClassifier.classifyWithTopic(CBRQuery query)
          Performs the algorithm in all the attributes of a query These attributes must be IEText objects.
static void DomainTopicClassifier.classifyWithTopic(CBRQuery query, java.util.Collection<Attribute> attributes)
          Performs the algorithm in the given attributes of a query.
static void StopWordsDetector.detectStopWords(CBRQuery query)
          Performs the algorithm in all the attributes of a query These attributes must be IEText objects.
static void StopWordsDetector.detectStopWords(CBRQuery query, java.util.Collection<Attribute> attributes)
          Performs the algorithm in the given attributes of a query.
static void FeaturesExtractor.extractFeatures(CBRQuery query)
          Performs the algorithm in all the attributes of a query These attributes must be IEText objects.
static void FeaturesExtractor.extractFeatures(CBRQuery query, java.util.Collection<Attribute> attributes)
          Performs the algorithm in the given attributes of a query.
static void BasicInformationExtractor.extractInformation(CBRQuery query)
          Performs the algorithm in a query.
static void PhrasesExtractor.extractPhrases(CBRQuery query)
          Performs the algorithm in all the attributes of a query These attributes must be IEText objects.
static void PhrasesExtractor.extractPhrases(CBRQuery query, java.util.Collection<Attribute> attributes)
          Performs the algorithm in the given attributes of a query.
static void GlossaryLinker.LinkWithGlossary(java.util.Collection<CBRCase> cases, CBRQuery query)
          Performs the algorithm in all the ttributes of a collection of cases and a query.
static void GlossaryLinker.linkWithGlossary(java.util.Collection<CBRCase> cases, CBRQuery query, java.util.Collection<Attribute> attributes)
          Performs the algorithm in the given attributes of a collection of cases and a query.
static void ThesaurusLinker.linkWithWordNet(java.util.Collection<CBRCase> cases, CBRQuery query)
          Performs the algorithm in all the attributes of a collection of cases and a query.
static void ThesaurusLinker.linkWithWordNet(java.util.Collection<CBRCase> cases, CBRQuery query, java.util.Collection<Attribute> attributes)
          Performs the algorithm in the given attributes of a collection of cases and a query.
static void TextStemmer.stem(CBRQuery query)
          Performs the algorithm in all the attributes of a query These attributes must be IEText objects.
static void TextStemmer.stem(CBRQuery query, java.util.Collection<Attribute> attributes)
          Performs the algorithm in the given attributes of a query.
 

Uses of CBRQuery in jcolibri.extensions.textual.IE.gate
 

Methods in jcolibri.extensions.textual.IE.gate with parameters of type CBRQuery
static void GateFeaturesExtractor.extractFeatures(CBRQuery query)
          Performs the algorithm in all the IETextGate typed attributes of a query.
static void GateFeaturesExtractor.extractFeatures(CBRQuery query, java.util.Collection<Attribute> attributes)
          Performs the algorithm in the given attributes of a query.
static void GatePhrasesExtractor.extractPhrases(CBRQuery query)
          Performs the algorithm in all the IETextGate typed attributes of a query.
static void GatePhrasesExtractor.extractPhrases(CBRQuery query, java.util.Collection<Attribute> attributes)
          Performs the algorithm in the given attributes of a query.
static void GateSplitter.split(CBRQuery query)
          Performs the algorithm in all the IETextGate typed attributes of a collection of cases.
static void GateSplitter.split(CBRQuery query, java.util.Collection<Attribute> attributes)
          Performs the algorithm in the given attributes of a query.
static void GatePOStagger.tag(CBRQuery query)
          Performs the algorithm in all the IETextGate typed attributes of a query.
static void GatePOStagger.tag(CBRQuery query, java.util.Collection<Attribute> attributes)
          Performs the algorithm in the given attributes of a query.
 

Uses of CBRQuery in jcolibri.extensions.textual.IE.opennlp
 

Methods in jcolibri.extensions.textual.IE.opennlp with parameters of type CBRQuery
static void OpennlpMainNamesExtractor.extractMainNames(CBRQuery query)
          Performs the algorithm in all the IETextOpenNLP typed attributes of a query.
static void OpennlpMainNamesExtractor.extractMainNames(CBRQuery query, java.util.Collection<Attribute> attributes)
          Performs the algorithm in the given attributes of a query.
static void OpennlpSplitter.split(CBRQuery query)
          Performs the algorithm in all the IETextOpenNLP typed attributes of a query.
static void OpennlpSplitter.split(CBRQuery query, java.util.Collection<Attribute> attributes)
          Performs the algorithm in the given attributes of a query.
static void OpennlpPOStagger.tag(CBRQuery query)
          Performs the algorithm in all the IETextOpenNLP typed attributes of a query.
static void OpennlpPOStagger.tag(CBRQuery query, java.util.Collection<Attribute> attributes)
          Performs the algorithm in the given attributes of a query.
 

Uses of CBRQuery in jcolibri.method.gui.formFilling
 

Methods in jcolibri.method.gui.formFilling with parameters of type CBRQuery
static void ObtainQueryWithFormMethod.obtainQueryWithInitialValues(CBRQuery query, java.util.Collection<Attribute> hiddenAttributes, java.util.Map<Attribute,java.lang.String> labels)
          Obtains a query showing the initial values of the received query object.
static void ObtainQueryWithFormMethod.obtainQueryWithoutInitialValues(CBRQuery query, java.util.Collection<Attribute> hiddenAttributes, java.util.Map<Attribute,java.lang.String> labels)
          Obtains a query without showing initila values.
 

Uses of CBRQuery in jcolibri.method.maintenance
 

Fields in jcolibri.method.maintenance declared as CBRQuery
protected  CBRQuery QueryResult._case
           
 

Methods in jcolibri.method.maintenance that return CBRQuery
 CBRQuery QueryResult.getCase()
          Returns the case.
 

Constructors in jcolibri.method.maintenance with parameters of type CBRQuery
QueryResult(CBRQuery _case, double result)
          Sets up a pair.
 

Uses of CBRQuery in jcolibri.method.retrieve.FilterBasedRetrieval
 

Methods in jcolibri.method.retrieve.FilterBasedRetrieval with parameters of type CBRQuery
static java.util.Collection<CBRCase> FilterBasedRetrievalMethod.filterCases(java.util.Collection<CBRCase> cases, CBRQuery query, FilterConfig filterConfig)
          Retrieves cases that match with the given predicates in filter config
 

Uses of CBRQuery in jcolibri.method.retrieve.LuceneRetrieval
 

Methods in jcolibri.method.retrieve.LuceneRetrieval with parameters of type CBRQuery
static java.util.Collection<RetrievalResult> LuceneRetrieval.LuceneRetrieve(CBRCaseBase casebase, CBRQuery query, LuceneIndex index, Attribute searchField, boolean normalized, int k)
          This method retrieves cases using Lucene to compute the similarity with the query.
 

Uses of CBRQuery in jcolibri.method.retrieve.NNretrieval
 

Methods in jcolibri.method.retrieve.NNretrieval with parameters of type CBRQuery
static java.util.Collection<RetrievalResult> NNScoringMethod.evaluateSimilarity(java.util.Collection<CBRCase> cases, CBRQuery query, NNConfig simConfig)
           
 

Uses of CBRQuery in jcolibri.method.retrieve.NNretrieval.similarity
 

Fields in jcolibri.method.retrieve.NNretrieval.similarity declared as CBRQuery
protected  CBRQuery InContextLocalSimilarityFunction._query
          query that this attribute belongs to
 

Methods in jcolibri.method.retrieve.NNretrieval.similarity with parameters of type CBRQuery
 double StandardGlobalSimilarityFunction.compute(CaseComponent componentOfCase, CaseComponent componentOfQuery, CBRCase _case, CBRQuery _query, NNConfig numSimConfig)
          Computes the similarities of the sub-attributes of this CaseComponent and calls the computeSimilarity() method with those values.
 double GlobalSimilarityFunction.compute(CaseComponent componentOfCase, CaseComponent componentOfQuery, CBRCase _case, CBRQuery _query, NNConfig numSimConfig)
          Computes the global simliarity between two compound attributes.
 void InContextLocalSimilarityFunction.setContext(CaseComponent componentOfCase, CaseComponent componentOfQuery, CBRCase _case, CBRQuery _query, java.lang.String attributeName)
          Method used by the StandardGlobalSimilarityFunction (or any other future implementation of the GlobalSimilarityFunction) to set the context of this LocalSimilarityFunction.
 

Uses of CBRQuery in jcolibri.method.retrieve.NNretrieval.similarity.local.textual
 

Constructors in jcolibri.method.retrieve.NNretrieval.similarity.local.textual with parameters of type CBRQuery
LuceneTextSimilarity(LuceneIndex index, CBRQuery query, Attribute at, boolean normalized)
          Creates a LuceneTextSimilarity object.
 

Uses of CBRQuery in jcolibri.method.retrieve.selection.compromiseDriven
 

Methods in jcolibri.method.retrieve.selection.compromiseDriven with parameters of type CBRQuery
static CDRSet CompromiseDrivenSelection.CDR(CBRQuery query, java.util.Collection<RetrievalResult> cases, FilterConfig preferences)
          Returns a list of cases according with their compromises and similarity
static java.util.Set<Attribute> CompromiseDrivenSelection.getCompromises(CBRCase _case, CBRQuery query, FilterConfig preferences)
          Returns the compromises of a case
 

Uses of CBRQuery in jcolibri.method.retrieve.selection.diversity
 

Methods in jcolibri.method.retrieve.selection.diversity with parameters of type CBRQuery
static java.util.Collection<CBRCase> BoundedGreedySelection.boundedGreddySelection(java.util.Collection<RetrievalResult> cases, CBRQuery query, NNConfig simConfig, int k, int bound)
          Executes the algorithm
static java.util.Collection<CBRCase> BoundedRandomSelection.boundedRandomSelection(java.util.Collection<RetrievalResult> cases, CBRQuery query, int k, int bound)
          Executes the algorithm.
static CBRCase GreedySelection.getMoreQuality(CBRQuery query, java.util.Collection<CBRCase> cases, java.util.Collection<CBRCase> R, NNConfig simConfig)
          Returns the case with more quality.
static java.util.Collection<CBRCase> GreedySelection.greedySelection(java.util.Collection<RetrievalResult> cases, CBRQuery query, NNConfig simConfig, int k)
          Executes the greedy selection algorithm
 

Uses of CBRQuery in jcolibri.method.reuse
 

Methods in jcolibri.method.reuse with parameters of type CBRQuery
static java.util.Collection<CBRCase> CombineQueryAndCasesMethod.combine(CBRQuery query, java.util.Collection<CBRCase> cases)
          Combienes some cases with a query.
static void DirectAttributeCopyMethod.copyAttribute(Attribute querySource, Attribute caseDestination, CBRQuery query, java.util.Collection<CBRCase> cases)
          Copies the value of the querySource attribute into the caseDestination attribute of the cases.
static void NumericDirectProportionMethod.directProportion(Attribute source, Attribute destination, CBRQuery query, java.util.Collection<CBRCase> cases)
          This method computes the proportion of the values of a source attibute in a query and a case, and modifies the destination attribute in the case with that proportion.
 

Uses of CBRQuery in jcolibri.method.reuse.classification
 

Methods in jcolibri.method.reuse.classification with parameters of type CBRQuery
 CBRCase KNNClassificationMethod.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.
 CBRCase AbstractKNNClassificationMethod.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.
 

Uses of CBRQuery in jcolibri.method.revise.classification
 

Methods in jcolibri.method.revise.classification with parameters of type CBRQuery
 double ClassificationOracle.getPredictionCost(CBRQuery query, CBRCaseBase caseBase, KNNClassificationConfig knnConfig)
          Calculates the cost of the prediction made by the given case-base and similarity configuration for the solution of the query.
 double BasicClassificationOracle.getPredictionCost(CBRQuery query, CBRCaseBase caseBase, KNNClassificationConfig knnConfig)
          Calculates the cost of the prediction made by the given case-base and similarity configuration for the solution of the query.
 boolean ClassificationOracle.isCorrectPrediction(CBRQuery query, CBRCaseBase caseBase, KNNClassificationConfig knnConfig)
          Checks if the query is correctly classified by the given case-base and similarity configuration.
 boolean BasicClassificationOracle.isCorrectPrediction(CBRQuery query, CBRCaseBase caseBase, KNNClassificationConfig knnConfig)
          Checks if the query is correctly classified by the given case-base and similarity configuration.
 

Uses of CBRQuery in jcolibri.test.recommenders.rec1
 

Methods in jcolibri.test.recommenders.rec1 with parameters of type CBRQuery
 void Travel1.cycle(CBRQuery query)
           
 void Houses1.cycle(CBRQuery query)
           
 

Uses of CBRQuery in jcolibri.test.recommenders.rec10
 

Methods in jcolibri.test.recommenders.rec10 with parameters of type CBRQuery
 void Houses10.cycle(CBRQuery query)
           
 void Houses10.sequence1(CBRQuery query, FilterConfig filterConfig)
           
 void Houses10.sequence2(CBRQuery query, CriticalUserChoice cuc)
           
 

Uses of CBRQuery in jcolibri.test.recommenders.rec11
 

Methods in jcolibri.test.recommenders.rec11 with parameters of type CBRQuery
 void Houses11.cycle(CBRQuery query)
           
 void Houses11.sequence1(CBRQuery query)
           
 void Houses11.sequence2(CBRQuery query, UserChoice uc, java.util.Collection<CBRCase> proposedCases)
           
 

Uses of CBRQuery in jcolibri.test.recommenders.rec12
 

Methods in jcolibri.test.recommenders.rec12 with parameters of type CBRQuery
 void MoviesRecommender.cycle(CBRQuery query)
           
 

Uses of CBRQuery in jcolibri.test.recommenders.rec13
 

Methods in jcolibri.test.recommenders.rec13 with parameters of type CBRQuery
 void Houses13.cycle(CBRQuery query)
           
 void Houses13.sequence1(CBRQuery query, FilterConfig filterConfig)
           
 void Houses13.sequence3(CBRQuery query, CriticalUserChoice cuc)
           
 

Uses of CBRQuery in jcolibri.test.recommenders.rec14
 

Methods in jcolibri.test.recommenders.rec14 with parameters of type CBRQuery
 void Houses14.cycle(CBRQuery query)
           
 

Uses of CBRQuery in jcolibri.test.recommenders.rec2
 

Methods in jcolibri.test.recommenders.rec2 with parameters of type CBRQuery
 void Travel2.cycle(CBRQuery query)
           
 void Houses2.cycle(CBRQuery query)
           
 void Travel2.sequence1(CBRQuery query)
           
 void Houses2.sequence1(CBRQuery query)
           
 void Travel2.sequence2(CBRQuery query)
           
 void Houses2.sequence2(CBRQuery query)
           
 

Uses of CBRQuery in jcolibri.test.recommenders.rec3
 

Methods in jcolibri.test.recommenders.rec3 with parameters of type CBRQuery
 void Travel3.cycle(CBRQuery query)
           
 void Houses3.cycle(CBRQuery query)
           
 void Travel3.sequence1(CBRQuery query)
           
 void Houses3.sequence1(CBRQuery query)
           
 void Travel3.sequence2(CBRQuery query, java.util.Collection<CBRCase> retrievedCases)
           
 void Houses3.sequence2(CBRQuery query, java.util.Collection<CBRCase> retrievedCases)
           
 void Travel3.sequence3(CBRQuery query)
           
 void Houses3.sequence3(CBRQuery query)
           
 

Uses of CBRQuery in jcolibri.test.recommenders.rec4
 

Methods in jcolibri.test.recommenders.rec4 with parameters of type CBRQuery
 void Houses4.cycle(CBRQuery query)
           
 void Houses4.sequence1(CBRQuery query, boolean _continue)
           
 void Houses4.sequence2(CBRQuery query, java.util.Collection<CBRCase> workingCases, boolean _continue)
           
 void Houses4.sequence3(CBRQuery query, java.util.Collection<CBRCase> workingCases)
           
 

Uses of CBRQuery in jcolibri.test.recommenders.rec5
 

Methods in jcolibri.test.recommenders.rec5 with parameters of type CBRQuery
 void Houses5.cycle(CBRQuery query)
           
 void Houses5.sequence1(CBRQuery query)
           
 void Houses5.sequence2(CBRQuery query)
           
 

Uses of CBRQuery in jcolibri.test.recommenders.rec6
 

Methods in jcolibri.test.recommenders.rec6 with parameters of type CBRQuery
 void Houses6.cycle(CBRQuery query)
           
 void Houses6.sequence1(CBRQuery query, FilterConfig filterConfig)
           
 void Houses6.sequence2(CBRQuery query, CriticalUserChoice cuc)
           
 

Uses of CBRQuery in jcolibri.test.recommenders.rec7
 

Methods in jcolibri.test.recommenders.rec7 with parameters of type CBRQuery
 void Restaurant7.cycle(CBRQuery query)
           
 

Uses of CBRQuery in jcolibri.test.recommenders.rec8
 

Methods in jcolibri.test.recommenders.rec8 with parameters of type CBRQuery
 void Houses8.cycle(CBRQuery query)
           
 void Houses8.sequence1(CBRQuery query, java.util.Collection<CBRCase> cases, FilterConfig fc)
           
 void Houses8.sequence2(CBRQuery query, java.util.Collection<CBRCase> workingCases)
           
 void Houses8.sequence3(CBRQuery query, java.util.Collection<CBRCase> workingCases, CriticalUserChoice choice)
           
 

Uses of CBRQuery in jcolibri.test.recommenders.rec9
 

Methods in jcolibri.test.recommenders.rec9 with parameters of type CBRQuery
 void Houses9.cycle(CBRQuery query)
           
 void Houses9.sequence1(CBRQuery query, FilterConfig filterConfig)
           
 void Houses9.sequence2(CBRQuery query, CriticalUserChoice cuc)
           
 

Uses of CBRQuery in jcolibri.test.test1
 

Methods in jcolibri.test.test1 with parameters of type CBRQuery
 void Test1.cycle(CBRQuery query)
           
 

Uses of CBRQuery in jcolibri.test.test10
 

Methods in jcolibri.test.test10 with parameters of type CBRQuery
 void Test10.cycle(CBRQuery query)
           
 

Uses of CBRQuery in jcolibri.test.test13
 

Methods in jcolibri.test.test13 with parameters of type CBRQuery
 void Test13b.cycle(CBRQuery query)
           
 void Test13a.cycle(CBRQuery query)
           
 

Uses of CBRQuery in jcolibri.test.test14
 

Methods in jcolibri.test.test14 with parameters of type CBRQuery
 void IrisEvaluableApp.cycle(CBRQuery query)
           
 void GlassEvaluableApp.cycle(CBRQuery query)
           
 

Uses of CBRQuery in jcolibri.test.test15
 

Methods in jcolibri.test.test15 with parameters of type CBRQuery
 void IrisMaintainedEvaluableApp.cycle(CBRQuery query)
           
 void IrisEvaluableApp.cycle(CBRQuery query)
           
 

Uses of CBRQuery in jcolibri.test.test16
 

Methods in jcolibri.test.test16 with parameters of type CBRQuery
 void SpamFilterApp.cycle(CBRQuery query)
           
 

Uses of CBRQuery in jcolibri.test.test2
 

Methods in jcolibri.test.test2 with parameters of type CBRQuery
 void Test2.cycle(CBRQuery query)
           
 

Uses of CBRQuery in jcolibri.test.test3
 

Methods in jcolibri.test.test3 with parameters of type CBRQuery
 void Test3.cycle(CBRQuery query)
           
 

Uses of CBRQuery in jcolibri.test.test4
 

Methods in jcolibri.test.test4 with parameters of type CBRQuery
 void Test4.cycle(CBRQuery query)
           
 

Uses of CBRQuery in jcolibri.test.test5
 

Methods in jcolibri.test.test5 with parameters of type CBRQuery
 void Test5.cycle(CBRQuery query)
           
 

Uses of CBRQuery in jcolibri.test.test6
 

Methods in jcolibri.test.test6 with parameters of type CBRQuery
 void Test6.cycle(CBRQuery query)
           
 

Uses of CBRQuery in jcolibri.test.test7
 

Methods in jcolibri.test.test7 with parameters of type CBRQuery
 void Test7.cycle(CBRQuery q)
           
 

Uses of CBRQuery in jcolibri.test.test8
 

Methods in jcolibri.test.test8 with parameters of type CBRQuery
 void EvaluableApp.cycle(CBRQuery query)
           
 

Uses of CBRQuery in jcolibri.util
 

Methods in jcolibri.util with parameters of type CBRQuery
static CaseComponent AttributeUtils.findBelongingComponent(Attribute at, CBRQuery q)
          Similar to findBelongingComponent(Attribute, CaseComponent) as a CBRQuery is a CaseComponent.
static java.lang.Object AttributeUtils.findValue(Attribute at, CBRQuery query)
          Finds the value of an Attribute in a CBRQuery object.
static void AttributeUtils.setValue(Attribute at, CBRQuery query, java.lang.Object value)
          Finds the value of an Attribute in a CBRQuery object.
 


GAIA - Group for Artificial Intelligence Applications
http://gaia.fdi.ucm.es