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

L

Launcher - Class in jcolibri.util
This class launches a jCOLIBRI application loading dinamically its libraries.
Launcher() - Constructor for class jcolibri.util.Launcher
 
LayoutUtils - Class in jcolibri.method.gui.utils
Utility classes for dealing with the spring layout.
LayoutUtils() - Constructor for class jcolibri.method.gui.utils.LayoutUtils
 
learnCases(Collection<CBRCase>) - Method in class jcolibri.casebase.CachedLinealCaseBase
Learns cases that are only saved when closing the Case Base.
learnCases(Collection<CBRCase>) - Method in class jcolibri.casebase.IDIndexedLinealCaseBase
 
learnCases(Collection<CBRCase>) - Method in class jcolibri.casebase.LinealCaseBase
 
learnCases(Collection<CBRCase>) - Method in interface jcolibri.cbrcore.CBRCaseBase
Adds a collection of new CBRCase objects to the current case base
learnCases(Collection<CBRCase>) - Method in class jcolibri.extensions.recommendation.collaborative.MatrixCaseBase
Adds new cases to the case base, reorganizing the cases base and re-computing neighbors similarities.
LeaveOneOut() - Method in class jcolibri.evaluation.evaluators.LeaveOneOutEvaluator
Performs the Leave-One-Out evaluation.
LeaveOneOut() - Method in class jcolibri.extensions.maintenance_evaluation.evaluators.MaintenanceLeaveOneOutEvaluator
Performs the Leave-One-Out evaluation.
LeaveOneOutEvaluator - Class in jcolibri.evaluation.evaluators
This methods uses all the cases as queries.
LeaveOneOutEvaluator() - Constructor for class jcolibri.evaluation.evaluators.LeaveOneOutEvaluator
 
LessLikeThis - Class in jcolibri.extensions.recommendation.navigationByProposing.queryElicitation
The LessLikeThis strategy is a simple one: 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.
LessLikeThis(FilterConfig) - Constructor for class jcolibri.extensions.recommendation.navigationByProposing.queryElicitation.LessLikeThis
 
lessLikeThis(CBRQuery, CBRCase, Collection<CBRCase>, FilterConfig) - Static method in class jcolibri.extensions.recommendation.navigationByProposing.queryElicitation.LessLikeThis
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.
LinealCaseBase - Class in jcolibri.casebase
Basic Linal Case Base that stores cases into a List.
LinealCaseBase() - Constructor for class jcolibri.casebase.LinealCaseBase
 
LinkWithGlossary(Collection<CBRCase>, CBRQuery) - Static method in class jcolibri.extensions.textual.IE.common.GlossaryLinker
Performs the algorithm in all the ttributes of a collection of cases and a query.
linkWithGlossary(Collection<CBRCase>, CBRQuery, Collection<Attribute>) - Static method in class jcolibri.extensions.textual.IE.common.GlossaryLinker
Performs the algorithm in the given attributes of a collection of cases and a query.
linkWithGlossary(IEText, IEText) - Static method in class jcolibri.extensions.textual.IE.common.GlossaryLinker
Links two text objects using the glossary.
linkWithWordNet(Collection<CBRCase>, CBRQuery) - Static method in class jcolibri.extensions.textual.IE.common.ThesaurusLinker
Performs the algorithm in all the attributes of a collection of cases and a query.
linkWithWordNet(Collection<CBRCase>, CBRQuery, Collection<Attribute>) - Static method in class jcolibri.extensions.textual.IE.common.ThesaurusLinker
Performs the algorithm in the given attributes of a collection of cases and a query.
linkWithWordNet(IEText, IEText) - Static method in class jcolibri.extensions.textual.IE.common.ThesaurusLinker
Links two texts using wordNet.
loadDefaultRules() - Static method in class jcolibri.extensions.textual.IE.gate.GateFeaturesExtractor
 
loadDefaultRules() - Static method in class jcolibri.extensions.textual.IE.gate.GatePhrasesExtractor
 
loadGlossary(String) - Static method in class jcolibri.extensions.textual.IE.common.GlossaryLinker
Load glossary reations stored in GLOSSARY_FILE
loadRules(String) - Static method in class jcolibri.extensions.textual.IE.common.DomainTopicClassifier
Load topic classification rules file.
loadRules(String) - Static method in class jcolibri.extensions.textual.IE.common.FeaturesExtractor
Load the features rules
loadRules(String) - Static method in class jcolibri.extensions.textual.IE.common.PhrasesExtractor
Loads a rules file
loadRules(String) - Static method in class jcolibri.extensions.textual.IE.gate.GateFeaturesExtractor
Loads a rules file
loadRules(String) - Static method in class jcolibri.extensions.textual.IE.gate.GatePhrasesExtractor
Loads a rules file
loadWordNet() - Static method in class jcolibri.extensions.textual.IE.common.ThesaurusLinker
Initializes WordNet.
LocalSimilarityFunction - Interface in jcolibri.method.retrieve.NNretrieval.similarity
Defines the methods of a local similarity function.
LuceneDocument - Class in jcolibri.extensions.textual.lucene
Wraps a Lucene document object.
LuceneDocument(String) - Constructor for class jcolibri.extensions.textual.lucene.LuceneDocument
 
LuceneIndex - Class in jcolibri.extensions.textual.lucene
This class wraps the Lucene inverted terms index.
LuceneIndex(File, Collection<LuceneDocument>) - Constructor for class jcolibri.extensions.textual.lucene.LuceneIndex
Creates a LuceneIndex stored in the File System.
LuceneIndex(Collection<LuceneDocument>) - Constructor for class jcolibri.extensions.textual.lucene.LuceneIndex
Creates an index stored into memory.
LuceneIndexCreator - Class in jcolibri.method.precycle
Creates a Lucene index with the text contained in some attributes of a case
LuceneIndexCreator() - Constructor for class jcolibri.method.precycle.LuceneIndexCreator
 
LuceneRetrieval - Class in jcolibri.method.retrieve.LuceneRetrieval
Method to retrieve cases using Lucene to compute the similarity with the query.
LuceneRetrieval() - Constructor for class jcolibri.method.retrieve.LuceneRetrieval.LuceneRetrieval
 
LuceneRetrieve(CBRCaseBase, CBRQuery, LuceneIndex, Attribute, boolean, int) - Static method in class jcolibri.method.retrieve.LuceneRetrieval.LuceneRetrieval
This method retrieves cases using Lucene to compute the similarity with the query.
LuceneSearcher - Class in jcolibri.extensions.textual.lucene
Searchs for documents given a query and an index.
LuceneSearcher() - Constructor for class jcolibri.extensions.textual.lucene.LuceneSearcher
 
LuceneSearchResult - Class in jcolibri.extensions.textual.lucene
Stores the result of a search.
LuceneSearchResult(Hits, LuceneIndex) - Constructor for class jcolibri.extensions.textual.lucene.LuceneSearchResult
Transforms from Lucene result format.
LuceneTextSimilarity - Class in jcolibri.method.retrieve.NNretrieval.similarity.local.textual
Computes the similarity between two texts using Lucene.
LuceneTextSimilarity(LuceneIndex, CBRQuery, Attribute, boolean) - Constructor for class jcolibri.method.retrieve.NNretrieval.similarity.local.textual.LuceneTextSimilarity
Creates a LuceneTextSimilarity object.

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 _