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

D

data - Variable in class jcolibri.evaluation.EvaluationReport
Stores the series info
DATA_SERIES_NAME - Static variable in class jcolibri.test.test14.GlassEvaluableApp
The name of the data series containing this application's stored results
DATA_SERIES_NAME - Static variable in class jcolibri.test.test14.IrisEvaluableApp
The name of the data series containing this application's stored results
DATA_SERIES_NAME - Static variable in class jcolibri.test.test15.IrisEvaluableApp
The name of the data series containing this application's stored results
DATA_SERIES_NAME - Static variable in class jcolibri.test.test15.IrisMaintainedEvaluableApp
The name of the data series containing this application's stored results
DataBaseConnector - Class in jcolibri.connector
Implements a data base connector using the Hibernate package.
DataBaseConnector() - Constructor for class jcolibri.connector.DataBaseConnector
 
DateEditor - Class in jcolibri.method.gui.editors
Parameter Editor for Date values.
DateEditor() - Constructor for class jcolibri.method.gui.editors.DateEditor
Creates a new instance
deepCopy(Object) - Method in class jcolibri.connector.databaseutils.EnumUserType
 
deepCopy(Object) - Method in class jcolibri.connector.databaseutils.GenericUserType
 
DefineNewIdsMethod - Class in jcolibri.method.revise
Defines new ids for the case components of a case.
DefineNewIdsMethod() - Constructor for class jcolibri.method.revise.DefineNewIdsMethod
 
defineNewIdsMethod(CBRCase, HashMap<Attribute, Object>) - Static method in class jcolibri.method.revise.DefineNewIdsMethod
Changes the values of the ID attributes of a case with new ones.
deleteCases(Collection<CBRCase>) - Method in interface jcolibri.cbrcore.Connector
Deletes given cases for the storage media
deleteCases(Collection<CBRCase>) - Method in class jcolibri.connector.DataBaseConnector
 
deleteCases(Collection<CBRCase>) - Method in class jcolibri.connector.OntologyConnector
Deletes cases in the ontology.
deleteCases(Collection<CBRCase>) - Method in class jcolibri.connector.PlainTextConnector
Deletes cases from the case base.
deleteCases(Collection<CBRCase>) - Method in class jcolibri.test.recommenders.rec7.RestaurantsConnector
 
deleteCases(Collection<CBRCase>) - Method in class jcolibri.test.test13.connector.RestaurantsConnector
 
deleteCases(Collection<CBRCase>) - Method in class jcolibri.test.test16.EmailConnector
 
deregister(ProgressListener, Class) - Static method in class jcolibri.util.ProgressController
Deregisters a listener to recieve the progress of a concrete class.
deregister(ProgressListener) - Static method in class jcolibri.util.ProgressController
Deregisters a listener to recieve the progress of all classes.
deserializeCaseComponent(Node) - Static method in class jcolibri.connector.xmlutils.CaseComponentSerializer
 
deserializeQuery(String) - Static method in class jcolibri.connector.xmlutils.QuerySerializer
 
DetailedEvaluationReport - Class in jcolibri.extensions.maintenance_evaluation
This class stores the result of each query in an evaluation.
DetailedEvaluationReport() - Constructor for class jcolibri.extensions.maintenance_evaluation.DetailedEvaluationReport
Creates a new report.
detectStopWords(Collection<CBRCase>, Collection<Attribute>) - Static method in class jcolibri.extensions.textual.IE.common.StopWordsDetector
Performs the algorithm in the given attributes of a collection of cases.
detectStopWords(CBRQuery, Collection<Attribute>) - Static method in class jcolibri.extensions.textual.IE.common.StopWordsDetector
Performs the algorithm in the given attributes of a query.
detectStopWords(Collection<CBRCase>) - Static method in class jcolibri.extensions.textual.IE.common.StopWordsDetector
Performs the algorithm in all the attributes of a collection of cases These attributes must be IEText objects.
detectStopWords(CBRQuery) - Static method in class jcolibri.extensions.textual.IE.common.StopWordsDetector
Performs the algorithm in all the attributes of a query These attributes must be IEText objects.
detectStopWords(IEText) - Static method in class jcolibri.extensions.textual.IE.common.StopWordsDetector
Performs the algorithm in a given IEText object
DiceCoefficient - Class in jcolibri.method.retrieve.NNretrieval.similarity.local.textual
Dice Coefficient Similarity.
DiceCoefficient() - Constructor for class jcolibri.method.retrieve.NNretrieval.similarity.local.textual.DiceCoefficient
 
DirectAttributeCopyMethod - Class in jcolibri.method.reuse
Copies the value of an attribute in the query to an attribute of a case
DirectAttributeCopyMethod() - Constructor for class jcolibri.method.reuse.DirectAttributeCopyMethod
 
directProportion(Attribute, Attribute, CBRQuery, Collection<CBRCase>) - Static method in class jcolibri.method.reuse.NumericDirectProportionMethod
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.
disassemble(Object) - Method in class jcolibri.connector.databaseutils.EnumUserType
 
disassemble(Object) - Method in class jcolibri.connector.databaseutils.GenericUserType
 
displayCases(Collection<CBRCase>) - Static method in class jcolibri.extensions.recommendation.casesDisplay.DisplayCasesMethod
Shows the dialog without the "Edit Query" option
displayCases(Collection<CBRCase>, boolean) - Static method in class jcolibri.extensions.recommendation.casesDisplay.DisplayCasesMethod
Shows the dialog and allows to choose if show the "Edit Query" option.
displayCases(int, int, Collection<CBRCase>, boolean) - Static method in class jcolibri.extensions.recommendation.conditionals.DisplayCasesIfNumber
Checks if the number of cases is inside a range.
displayCasesIfAllHaveMinimumSimilarity(Collection<RetrievalResult>, double) - Static method in class jcolibri.extensions.recommendation.conditionals.DisplayCasesIfSimilarity
Checks if cases should be displayed checking the minimum similarity of all them.
displayCasesIfAnyHaveMinimumSimilarity(Collection<RetrievalResult>, double) - Static method in class jcolibri.extensions.recommendation.conditionals.DisplayCasesIfSimilarity
Checks if cases should be displayed checking the minimum similarity of them.
DisplayCasesIfNumber - Class in jcolibri.extensions.recommendation.conditionals
Conditional method that returns true if the number of recieved cases is inside a range.
DisplayCasesIfNumber() - Constructor for class jcolibri.extensions.recommendation.conditionals.DisplayCasesIfNumber
 
DisplayCasesIfNumberAndChangeNavigation - Class in jcolibri.extensions.recommendation.askingAndProposing
Method that implements the display condition for the Expert Clerk system.
DisplayCasesIfNumberAndChangeNavigation() - Constructor for class jcolibri.extensions.recommendation.askingAndProposing.DisplayCasesIfNumberAndChangeNavigation
 
displayCasesIfNumberAndChangeNavigation(int, Collection<CBRCase>) - Static method in class jcolibri.extensions.recommendation.askingAndProposing.DisplayCasesIfNumberAndChangeNavigation
If the number of cases is less than max it returns true and sets the navigation mode to NbP.
DisplayCasesIfNumberAndChangeNavigation.NavigationMode - Enum in jcolibri.extensions.recommendation.askingAndProposing
Navigation mode enum.
DisplayCasesIfSimilarity - Class in jcolibri.extensions.recommendation.conditionals
Conditional method that returns true if the retrieved cases have a minimum similarity
DisplayCasesIfSimilarity() - Constructor for class jcolibri.extensions.recommendation.conditionals.DisplayCasesIfSimilarity
 
displayCasesInTableBasic(Collection<CBRCase>) - Static method in class jcolibri.extensions.recommendation.casesDisplay.DisplayCasesTableMethod
Shows the dialog without the "Edit Query" option
displayCasesInTableEditQuery(Collection<CBRCase>) - Static method in class jcolibri.extensions.recommendation.casesDisplay.DisplayCasesTableMethod
Shows the dialog without the "Edit Query" option
displayCasesInTableSelectCase(Collection<CBRCase>) - Static method in class jcolibri.extensions.recommendation.casesDisplay.DisplayCasesTableMethod
Shows the dialog without the "Edit Query" option
displayCasesInTableWithCritiques(Collection<CBRCase>, Collection<CritiqueOption>, Collection<CBRCase>) - Static method in class jcolibri.extensions.recommendation.navigationByProposing.DisplayCasesTableWithCritiquesMethod
This method shows the cases in a table and also allows to show buttons with critiques.
DisplayCasesMethod - Class in jcolibri.extensions.recommendation.casesDisplay
Displays the cases in a panel with a "previous" and "next" buttons to move through the cases.
DisplayCasesMethod() - Constructor for class jcolibri.extensions.recommendation.casesDisplay.DisplayCasesMethod
 
DisplayCasesTableMethod - Class in jcolibri.extensions.recommendation.casesDisplay
Shows cases in a table allowing to select one.
DisplayCasesTableMethod() - Constructor for class jcolibri.extensions.recommendation.casesDisplay.DisplayCasesTableMethod
 
DisplayCasesTableMethod.DisplayOption - Enum in jcolibri.extensions.recommendation.casesDisplay
Display options for the methods.
DisplayCasesTableWithCritiquesMethod - Class in jcolibri.extensions.recommendation.navigationByProposing
This method shows the cases in a table and also allows to show buttons with critiques.
DisplayCasesTableWithCritiquesMethod() - Constructor for class jcolibri.extensions.recommendation.navigationByProposing.DisplayCasesTableWithCritiquesMethod
 
displayCasesWithEditOption(Collection<CBRCase>) - Static method in class jcolibri.extensions.recommendation.casesDisplay.DisplayCasesMethod
Shows the dialog without the "Edit Query" option
displayCasesWithMessage(int, int, Collection<CBRCase>) - Static method in class jcolibri.extensions.recommendation.conditionals.DisplayCasesIfNumber
Checks if the number of cases is inside a range.
displayCasesWithoutMessage(int, int, Collection<CBRCase>) - Static method in class jcolibri.extensions.recommendation.conditionals.DisplayCasesIfNumber
Checks if the number of cases is inside a range.
doc - Variable in class jcolibri.extensions.textual.IE.gate.IETextGate
 
doc - Variable in class jcolibri.extensions.textual.IE.opennlp.IETextOpenNLP
 
DomainTopicClassifier - Class in jcolibri.extensions.textual.IE.common
Classifies textual objects with a topic depending on the features and phrases.
DomainTopicClassifier() - Constructor for class jcolibri.extensions.textual.IE.common.DomainTopicClassifier
 
doPreferenceElicitation(CBRQuery, Collection<CBRCase>, SelectAttributeMethod, CriticalUserChoice) - Static method in class jcolibri.extensions.recommendation.askingAndProposing.AskingAndProposingPreferenceElicitation
Executes the preference elicitation.
DoubleEditor - Class in jcolibri.method.gui.editors
Parameter Editor for Double values.
DoubleEditor() - Constructor for class jcolibri.method.gui.editors.DoubleEditor
Creates a new instance

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 _