A B C D E F G H I J K L M N O P Q R S T U V W _

T

Table - Class in jcolibri.method.retrieve.NNretrieval.similarity.local
Similarity function that uses a table to obtain the similarity between two values.
Table(String) - Constructor for class jcolibri.method.retrieve.NNretrieval.similarity.local.Table
 
TabuList - Class in jcolibri.extensions.recommendation.tabuList
Implements a list of tabu items.
TabuList() - Constructor for class jcolibri.extensions.recommendation.tabuList.TabuList
 
tag(Collection<CBRCase>, Collection<Attribute>) - Static method in class jcolibri.extensions.textual.IE.gate.GatePOStagger
Performs the algorithm in the given attributes of a collection of cases.
tag(CBRQuery, Collection<Attribute>) - Static method in class jcolibri.extensions.textual.IE.gate.GatePOStagger
Performs the algorithm in the given attributes of a query.
tag(Collection<CBRCase>) - Static method in class jcolibri.extensions.textual.IE.gate.GatePOStagger
Performs the algorithm in all the IETextGate typed attributes of a collection of cases.
tag(CBRQuery) - Static method in class jcolibri.extensions.textual.IE.gate.GatePOStagger
Performs the algorithm in all the IETextGate typed attributes of a query.
tag(IETextGate) - Static method in class jcolibri.extensions.textual.IE.gate.GatePOStagger
Performs the algorithm in a given IETextGate object
tag(Collection<CBRCase>, Collection<Attribute>) - Static method in class jcolibri.extensions.textual.IE.opennlp.OpennlpPOStagger
Performs the algorithm in the given attributes of a collection of cases.
tag(CBRQuery, Collection<Attribute>) - Static method in class jcolibri.extensions.textual.IE.opennlp.OpennlpPOStagger
Performs the algorithm in the given attributes of a query.
tag(Collection<CBRCase>) - Static method in class jcolibri.extensions.textual.IE.opennlp.OpennlpPOStagger
Performs the algorithm in all the IETextOpenNLP typed attributes of a collection of cases.
tag(CBRQuery) - Static method in class jcolibri.extensions.textual.IE.opennlp.OpennlpPOStagger
Performs the algorithm in all the IETextOpenNLP typed attributes of a query.
tag(IETextOpenNLP) - Static method in class jcolibri.extensions.textual.IE.opennlp.OpennlpPOStagger
Performs the algorithm in a given IETextOpenNLP object
Test1 - Class in jcolibri.test.test1
Test 1 shows how to use a simple data base connector and perform the KNN retrieval.
Test1() - Constructor for class jcolibri.test.test1.Test1
 
Test10 - Class in jcolibri.test.test10
This example shows how to use the ontology connector and the ontology-based similarity functions.
Test10() - Constructor for class jcolibri.test.test10.Test10
 
Test11 - Class in jcolibri.test.test11
Checks the ontological similarity functions.
Test11() - Constructor for class jcolibri.test.test11.Test11
 
Test13a - Class in jcolibri.test.test13
This test shows how to use the Textual CBR extension in a Restaurant recommender.
Test13a() - Constructor for class jcolibri.test.test13.Test13a
 
Test13b - Class in jcolibri.test.test13
This test shows how to use the Apache Lucene search engine in a Restaurant recommender.
Test13b() - Constructor for class jcolibri.test.test13.Test13b
 
Test14 - Class in jcolibri.test.test14
This example shows how to evaluate two datasets at the same time with respect to their accuracy.
Test14() - Constructor for class jcolibri.test.test14.Test14
 
Test15 - Class in jcolibri.test.test15
This example shows how to evaluate a dataset at the same time with respect to its accuracy before and after maintenance.
Test15() - Constructor for class jcolibri.test.test15.Test15
 
Test16 - Class in jcolibri.test.test16
This test shows how to evaluate the textual similarity functions using classification.
Test16() - Constructor for class jcolibri.test.test16.Test16
 
Test2 - Class in jcolibri.test.test2
This second test shows how to use enumerated values and user defined data types as attributes.
Test2() - Constructor for class jcolibri.test.test2.Test2
 
Test3 - Class in jcolibri.test.test3
This example shows how to use a compound attribute in the description of a case and how to complete the CBR cycle.
Test3() - Constructor for class jcolibri.test.test3.Test3
 
Test4 - Class in jcolibri.test.test4
This example shows how to manage a complete case with solution and execute some adaptation methods.
Test4() - Constructor for class jcolibri.test.test4.Test4
 
Test5 - Class in jcolibri.test.test5
This example shows how to map an attribute to an ontology and compute an ontology-based similarity function in the KNN.
Test5() - Constructor for class jcolibri.test.test5.Test5
 
Test6 - Class in jcolibri.test.test6
This example shows how to use the Plain Text connector.
Test6() - Constructor for class jcolibri.test.test6.Test6
 
Test7 - Class in jcolibri.test.test7
This example shows how to run maintenance algorithms over the case base.
Test7() - Constructor for class jcolibri.test.test7.Test7
 
Test8 - Class in jcolibri.test.test8
This example shows how to evaluate an application.
Test8() - Constructor for class jcolibri.test.test8.Test8
 
Test9 - Class in jcolibri.test.test9
This example shows how to visualizate a case base using the InfoVisual library develped by Josep Lluis Arcos (IIIA-CSIC).
Test9() - Constructor for class jcolibri.test.test9.Test9
 
TestCarrot - Class in jcolibri.extensions.textual.carrot2
Class used to test and learn how to use Carrot2.
TestCarrot() - Constructor for class jcolibri.extensions.textual.carrot2.TestCarrot
 
TestGate - Class in jcolibri.test.test12
This example shows how to use the GATE methods of the Textual CBR extension.
TestGate() - Constructor for class jcolibri.test.test12.TestGate
 
TestLucene - Class in jcolibri.extensions.textual.lucene
Class used to test and learn how to use Lucene.
TestLucene() - Constructor for class jcolibri.extensions.textual.lucene.TestLucene
 
TestOpenNLP - Class in jcolibri.test.test12
This example shows how to use the OpenNLP methods of the Textual CBR extension.
TestOpenNLP() - Constructor for class jcolibri.test.test12.TestOpenNLP
 
Text - Class in jcolibri.datatypes
 
Text() - Constructor for class jcolibri.datatypes.Text
 
Text(String) - Constructor for class jcolibri.datatypes.Text
 
text - Variable in class jcolibri.extensions.textual.IE.representation.Sentence
 
text - Variable in class jcolibri.extensions.textual.IE.representation.Token
 
TextEditor - Class in jcolibri.method.gui.editors
Parameter Editor for Text values.
TextEditor() - Constructor for class jcolibri.method.gui.editors.TextEditor
Creates a new instance
TextStemmer - Class in jcolibri.extensions.textual.IE.common
Stemes the tokens of the text using the SnowBall package.
TextStemmer() - Constructor for class jcolibri.extensions.textual.IE.common.TextStemmer
 
TextualSimUtils - Class in jcolibri.method.retrieve.NNretrieval.similarity.local.textual
Utilities to compute textual similarities
TextualSimUtils() - Constructor for class jcolibri.method.retrieve.NNretrieval.similarity.local.textual.TextualSimUtils
 
TextualSimUtils.WeightedString - Class in jcolibri.method.retrieve.NNretrieval.similarity.local.textual
Represents a string with an asssociated weight.
TextualSimUtils.WeightedString(String, double) - Constructor for class jcolibri.method.retrieve.NNretrieval.similarity.local.textual.TextualSimUtils.WeightedString
 
ThesaurusLinker - Class in jcolibri.extensions.textual.IE.common
Relates query words to cases words using WordNet.
ThesaurusLinker() - Constructor for class jcolibri.extensions.textual.IE.common.ThesaurusLinker
 
Threshold - Class in jcolibri.method.retrieve.FilterBasedRetrieval.predicates
Predicate that compares if the query object is less than the case object.
Threshold(Number) - Constructor for class jcolibri.method.retrieve.FilterBasedRetrieval.predicates.Threshold
 
Threshold - Class in jcolibri.method.retrieve.NNretrieval.similarity.local
This function returns 1 if the difference between two numbers is less than a threshold, 0 in the other case.
Threshold(double) - Constructor for class jcolibri.method.retrieve.NNretrieval.similarity.local.Threshold
Constructor.
Token - Class in jcolibri.extensions.textual.IE.representation
A token represents an elementary piece of text.
Token(String) - Constructor for class jcolibri.extensions.textual.IE.representation.Token
Creates a token from a string
tokens - Variable in class jcolibri.extensions.textual.IE.representation.Sentence
 
TokensContained - Class in jcolibri.test.test13.similarity
This function returns a similarity value depending on the tokens (words) that appear in the query attribute and also are in the case attribute.
TokensContained() - Constructor for class jcolibri.test.test13.similarity.TokensContained
Creates a new instance of TokensContained
tokenStream(String, Reader) - Method in class jcolibri.extensions.textual.lucene.spanish.SpanishAnalyzer
Constructs a StandardTokenizer filtered by a StandardFilter, a LowerCaseFilter and a StopFilter.
topics - Variable in class jcolibri.extensions.textual.IE.representation.IEText
 
toString() - Method in class jcolibri.cbrcore.CBRCase
 
toString() - Method in class jcolibri.cbrcore.CBRQuery
 
toString() - Method in interface jcolibri.connector.TypeAdaptor
Returns a string representation of the type.
toString() - Method in class jcolibri.datatypes.Instance
 
toString() - Method in class jcolibri.datatypes.Text
 
toString() - Method in class jcolibri.evaluation.EvaluationReport
 
toString() - Method in class jcolibri.extensions.maintenance_evaluation.DetailedEvaluationReport
Returns the String representation of this report.
toString() - Method in class jcolibri.extensions.recommendation.collaborative.MatrixCaseBase.RatingTuple
 
toString() - Method in class jcolibri.extensions.recommendation.collaborative.MatrixCaseBase.SimilarTuple
 
toString() - Method in class jcolibri.extensions.textual.IE.representation.info.FeatureInfo
 
toString() - Method in class jcolibri.extensions.textual.IE.representation.info.PhraseInfo
 
toString() - Method in class jcolibri.extensions.textual.IE.representation.info.WeightedRelation
 
toString() - Method in class jcolibri.extensions.textual.IE.representation.Paragraph
Prints the content and annotations.
toString() - Method in class jcolibri.extensions.textual.IE.representation.Sentence
Prints the content and annotations.
toString() - Method in class jcolibri.extensions.textual.IE.representation.Token
Prints the content and annotations.
toString() - Method in class jcolibri.method.maintenance.QueryResult
Returns a String representation of this object.
toString() - Method in class jcolibri.method.retrieve.RetrievalResult
 
toString() - Method in class jcolibri.test.recommenders.housesData.HouseDescription
 
toString() - Method in class jcolibri.test.recommenders.housesData.HouseSolution
 
toString() - Method in class jcolibri.test.recommenders.rec12.moviesDB.Movie
 
toString() - Method in class jcolibri.test.recommenders.rec12.moviesDB.Rating
 
toString() - Method in class jcolibri.test.recommenders.rec12.moviesDB.User
 
toString() - Method in class jcolibri.test.recommenders.rec4.housesData.HouseDescription
 
toString() - Method in class jcolibri.test.recommenders.rec4.housesData.HouseSolution
 
toString() - Method in class jcolibri.test.recommenders.rec7.RestaurantDescription
 
toString() - Method in class jcolibri.test.recommenders.rec8.housesData.HouseDescription
 
toString() - Method in class jcolibri.test.recommenders.rec8.housesData.HouseSolution
 
toString() - Method in class jcolibri.test.recommenders.travelData.TravelDescription
 
toString() - Method in class jcolibri.test.recommenders.travelData.TravelSolution
 
toString() - Method in class jcolibri.test.test1.TravelDescription
 
toString() - Method in class jcolibri.test.test10.TravelDescription
 
toString() - Method in class jcolibri.test.test10.TravelSolution
 
toString() - Method in class jcolibri.test.test13.RestaurantDescription
 
toString() - Method in class jcolibri.test.test14.GlassDescription
Returns a String representation of this object.
toString() - Method in class jcolibri.test.test14.GlassSolution
Returns a String representation of this object.
toString() - Method in class jcolibri.test.test14.IrisDescription
Returns a String representation of this object.
toString() - Method in class jcolibri.test.test14.IrisSolution
Returns a String representation of this object.
toString() - Method in class jcolibri.test.test15.IrisDescription
Returns a String representation of this object.
toString() - Method in class jcolibri.test.test15.IrisSolution
Returns a String representation of this object.
toString() - Method in class jcolibri.test.test16.EmailDescription
 
toString() - Method in class jcolibri.test.test16.EmailSolution
 
toString() - Method in class jcolibri.test.test2.MyStringType
 
toString() - Method in class jcolibri.test.test2.TravelDescription
 
toString() - Method in class jcolibri.test.test3.Region
 
toString() - Method in class jcolibri.test.test3.TravelDescription
 
toString() - Method in class jcolibri.test.test4.Region
 
toString() - Method in class jcolibri.test.test4.TravelDescription
 
toString() - Method in class jcolibri.test.test4.TravelSolution
 
toString() - Method in class jcolibri.test.test5.Region
 
toString() - Method in class jcolibri.test.test5.TravelDescription
 
toString() - Method in class jcolibri.test.test5.TravelSolution
 
toString() - Method in class jcolibri.test.test6.IrisDescription
 
toString() - Method in class jcolibri.test.test6.IrisSolution
 
toString() - Method in class jcolibri.test.test7.IrisDescription
Returns a String representation of this object.
toString() - Method in class jcolibri.test.test7.IrisSolution
Returns a String representation of this object.
toString() - Method in class jcolibri.test.test8.TravelDescription
 
toString() - Method in class jcolibri.test.test9.IrisDescription
 
toString() - Method in class jcolibri.test.test9.IrisSolution
 
Travel1 - Class in jcolibri.test.recommenders.rec1
Simple Single-Shot flats recommender using form-filling, Nearest Neighbour retrieval and top k selection .
Travel1() - Constructor for class jcolibri.test.recommenders.rec1.Travel1
 
Travel2 - Class in jcolibri.test.recommenders.rec2
Conversational (type A) trips recommender using form-filling, Nearest Neighbour retrieval and top k selection .
Travel2() - Constructor for class jcolibri.test.recommenders.rec2.Travel2
 
Travel3 - Class in jcolibri.test.recommenders.rec3
Conversational (type B) trips recommender using form-filling and Filter-Based retrieval.
Travel3() - Constructor for class jcolibri.test.recommenders.rec3.Travel3
 
TravelDescription - Class in jcolibri.test.recommenders.travelData
Bean that stores the description of the case.
TravelDescription() - Constructor for class jcolibri.test.recommenders.travelData.TravelDescription
 
TravelDescription - Class in jcolibri.test.test1
Bean that stores the description of the case.
TravelDescription() - Constructor for class jcolibri.test.test1.TravelDescription
 
TravelDescription - Class in jcolibri.test.test10
Bean that stores the description of the case.
TravelDescription() - Constructor for class jcolibri.test.test10.TravelDescription
 
TravelDescription - Class in jcolibri.test.test2
Bean that stores the description of the case.
TravelDescription() - Constructor for class jcolibri.test.test2.TravelDescription
 
TravelDescription - Class in jcolibri.test.test3
Bean that stores the description of the case.
TravelDescription() - Constructor for class jcolibri.test.test3.TravelDescription
 
TravelDescription - Class in jcolibri.test.test4
Bean that stores the description of the case.
TravelDescription() - Constructor for class jcolibri.test.test4.TravelDescription
 
TravelDescription - Class in jcolibri.test.test5
Bean that stores the description of the case.
TravelDescription() - Constructor for class jcolibri.test.test5.TravelDescription
 
TravelDescription - Class in jcolibri.test.test8
Bean that stores the description of the case.
TravelDescription() - Constructor for class jcolibri.test.test8.TravelDescription
 
TravelDescription.AccommodationTypes - Enum in jcolibri.test.recommenders.travelData
 
TravelDescription.AccommodationTypes - Enum in jcolibri.test.test4
 
TravelDescription.Seasons - Enum in jcolibri.test.recommenders.travelData
 
TravelSolution - Class in jcolibri.test.recommenders.travelData
Bean that stores the solution of the case (trip)
TravelSolution() - Constructor for class jcolibri.test.recommenders.travelData.TravelSolution
 
TravelSolution - Class in jcolibri.test.test10
Bean that stores the solution of the case.
TravelSolution() - Constructor for class jcolibri.test.test10.TravelSolution
 
TravelSolution - Class in jcolibri.test.test4
Bean that stores the solution of the case.
TravelSolution() - Constructor for class jcolibri.test.test4.TravelSolution
 
TravelSolution - Class in jcolibri.test.test5
 
TravelSolution() - Constructor for class jcolibri.test.test5.TravelSolution
 
TwoStepCaseBaseEditMethod - Class in jcolibri.method.maintenance
Provides the ability to run two case base editing algorithms consecutively on a set of cases.
TwoStepCaseBaseEditMethod(AbstractCaseBaseEditMethod, AbstractCaseBaseEditMethod) - Constructor for class jcolibri.method.maintenance.TwoStepCaseBaseEditMethod
Sets up the edit method using the two provided methods.
TypeAdaptor - Interface in jcolibri.connector
Interface that must implement the classes which want to be used in the connectors.

GAIA - Group for Artificial Intelligence Applications
http://gaia.fdi.ucm.es
A B C D E F G H I J K L M N O P Q R S T U V W _