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

E

edit(CBRCaseBase, KNNClassificationConfig) - Method in class jcolibri.method.maintenance.AbstractCaseBaseEditMethod
Runs a case base editing algorithm on the given case base.
editCaseBase(CBRCaseBase) - Method in class jcolibri.extensions.maintenance_evaluation.MaintenanceEvaluator
Edit the case base and store the percentage reduction in the report.
editMethod - Variable in class jcolibri.extensions.maintenance_evaluation.MaintenanceEvaluator
 
EmailConnector - Class in jcolibri.test.test16
Connector that read cases from a zip file with several textual files (one per email).
EmailConnector(String) - Constructor for class jcolibri.test.test16.EmailConnector
Creates a connector for a given zip file.
EmailDescription - Class in jcolibri.test.test16
Email description.
EmailDescription(String, IEText) - Constructor for class jcolibri.test.test16.EmailDescription
Constructor
EmailSolution - Class in jcolibri.test.test16
Solution (class) of the case.
EmailSolution(String) - Constructor for class jcolibri.test.test16.EmailSolution
 
EnumCyclicDistance - Class in jcolibri.method.retrieve.NNretrieval.similarity.local
This function computes the similarity between two enum values as their cyclic distance.
EnumCyclicDistance() - Constructor for class jcolibri.method.retrieve.NNretrieval.similarity.local.EnumCyclicDistance
 
EnumDistance - Class in jcolibri.method.retrieve.NNretrieval.similarity.local
This function returns the similarity of two enum values as the their distance sim(x,y)=|ord(x) - ord(y)|
EnumDistance() - Constructor for class jcolibri.method.retrieve.NNretrieval.similarity.local.EnumDistance
 
EnumEditor - Class in jcolibri.method.gui.editors
Parameter Editor for Enum values.
EnumEditor(Class) - Constructor for class jcolibri.method.gui.editors.EnumEditor
Creates a new instance
EnumUserType - Class in jcolibri.connector.databaseutils
Class that allows to use Enums in the DataBaseConnector.
EnumUserType() - Constructor for class jcolibri.connector.databaseutils.EnumUserType
 
Equal - Class in jcolibri.method.retrieve.FilterBasedRetrieval.predicates
Predicate that compares if two objects are equal.
Equal() - Constructor for class jcolibri.method.retrieve.FilterBasedRetrieval.predicates.Equal
 
Equal - Class in jcolibri.method.retrieve.NNretrieval.similarity.local
This function returns 1 if both individuals are equal, otherwise returns 0
Equal() - Constructor for class jcolibri.method.retrieve.NNretrieval.similarity.local.Equal
 
equals(Object) - Method in class jcolibri.cbrcore.Attribute
 
equals(Object, Object) - Method in class jcolibri.connector.databaseutils.EnumUserType
 
equals(Object, Object) - Method in class jcolibri.connector.databaseutils.GenericUserType
 
equals(Object) - Method in interface jcolibri.connector.TypeAdaptor
You must define this method to avoid problems with the data base connector (Hibernate)
equals(Object) - Method in class jcolibri.datatypes.Instance
 
equals(Object) - Method in class jcolibri.extensions.recommendation.collaborative.MatrixCaseBase.RatingTuple
 
equals(Object) - Method in class jcolibri.method.retrieve.NNretrieval.similarity.local.textual.TextualSimUtils.WeightedString
 
equals(Object) - Method in class jcolibri.test.test2.MyStringType
 
EqualsStringIgnoreCase - Class in jcolibri.method.retrieve.NNretrieval.similarity.local
This function returns 1 if both String are the same despite case letters, 0 in the other case
EqualsStringIgnoreCase() - Constructor for class jcolibri.method.retrieve.NNretrieval.similarity.local.EqualsStringIgnoreCase
 
EqualTo - Class in jcolibri.method.retrieve.FilterBasedRetrieval.predicates
Predicate that compares if the case object is equal to a fixed value.
EqualTo(Object) - Constructor for class jcolibri.method.retrieve.FilterBasedRetrieval.predicates.EqualTo
 
EvaluableApp - Class in jcolibri.test.test8
Evaluable application.
EvaluableApp() - Constructor for class jcolibri.test.test8.EvaluableApp
 
evaluateSimilarity(Collection<CBRCase>, CBRQuery, NNConfig) - Static method in class jcolibri.method.retrieve.NNretrieval.NNScoringMethod
 
EvaluationReport - Class in jcolibri.evaluation
This class stores the result of an evaluation.
EvaluationReport() - Constructor for class jcolibri.evaluation.EvaluationReport
Default constructor
EvaluationResultGUI - Class in jcolibri.evaluation.tools
Class that visualizates the result of an evaluation in a Swing frame.
EvaluationResultGUI() - Constructor for class jcolibri.evaluation.tools.EvaluationResultGUI
 
Evaluator - Class in jcolibri.evaluation
This abstract class defines the common behaviour of an evaluator.
Evaluator() - Constructor for class jcolibri.evaluation.Evaluator
 
execute(Connection, Boolean) - Method in class jcolibri.test.database.SqlFile
Process all the commands on stdin.
execute(Connection, boolean) - Method in class jcolibri.test.database.SqlFile
Process all the commands on stdin.
execute(Connection, PrintStream, PrintStream, Boolean) - Method in class jcolibri.test.database.SqlFile
Process all the commands in the file (or stdin) associated with "this" object.
ExecutionException - Exception in jcolibri.exception
Exception in the execution of a method.
ExecutionException() - Constructor for exception jcolibri.exception.ExecutionException
Creates a new ExecutionException without a detail message.
ExecutionException(String) - Constructor for exception jcolibri.exception.ExecutionException
Creates a new ExecutionException with the specified detail message.
ExecutionException(Throwable) - Constructor for exception jcolibri.exception.ExecutionException
Constructs a new ExecutionException with the specified detail message.
expandTokensSet(Collection<Token>, Collection<Token>, Set<TextualSimUtils.WeightedString>, Set<TextualSimUtils.WeightedString>) - Static method in class jcolibri.method.retrieve.NNretrieval.similarity.local.textual.TextualSimUtils
Expands the tokens collections recived containing the tokens of a case and a query.
ExpertClerkMedianScoring - Class in jcolibri.method.retrieve.DiverseByMedianRetrieval
ExpertClerk Median algorithm.
ExpertClerkMedianScoring() - Constructor for class jcolibri.method.retrieve.DiverseByMedianRetrieval.ExpertClerkMedianScoring
 
extractFeatures(Collection<CBRCase>, Collection<Attribute>) - Static method in class jcolibri.extensions.textual.IE.common.FeaturesExtractor
Performs the algorithm in the given attributes of a collection of cases.
extractFeatures(CBRQuery, Collection<Attribute>) - Static method in class jcolibri.extensions.textual.IE.common.FeaturesExtractor
Performs the algorithm in the given attributes of a query.
extractFeatures(Collection<CBRCase>) - Static method in class jcolibri.extensions.textual.IE.common.FeaturesExtractor
Performs the algorithm in all the attributes of a collection of cases These attributes must be IEText objects.
extractFeatures(CBRQuery) - Static method in class jcolibri.extensions.textual.IE.common.FeaturesExtractor
Performs the algorithm in all the attributes of a query These attributes must be IEText objects.
extractFeatures(IEText) - Static method in class jcolibri.extensions.textual.IE.common.FeaturesExtractor
Performs the algorithm in a given IEText object
extractFeatures(Collection<CBRCase>, Collection<Attribute>) - Static method in class jcolibri.extensions.textual.IE.gate.GateFeaturesExtractor
Performs the algorithm in the given attributes of a collection of cases.
extractFeatures(CBRQuery, Collection<Attribute>) - Static method in class jcolibri.extensions.textual.IE.gate.GateFeaturesExtractor
Performs the algorithm in the given attributes of a query.
extractFeatures(Collection<CBRCase>) - Static method in class jcolibri.extensions.textual.IE.gate.GateFeaturesExtractor
Performs the algorithm in all the IETextGate typed attributes of a collection of cases.
extractFeatures(CBRQuery) - Static method in class jcolibri.extensions.textual.IE.gate.GateFeaturesExtractor
Performs the algorithm in all the IETextGate typed attributes of a query.
extractFeatures(IETextGate) - Static method in class jcolibri.extensions.textual.IE.gate.GateFeaturesExtractor
Performs the algorithm in a given IETextGate object
extractInformation(Collection<CBRCase>) - Static method in class jcolibri.extensions.textual.IE.common.BasicInformationExtractor
Performs the algorithm in a collection of cases.
extractInformation(CBRQuery) - Static method in class jcolibri.extensions.textual.IE.common.BasicInformationExtractor
Performs the algorithm in a query.
extractMainNames(Collection<CBRCase>, Collection<Attribute>) - Static method in class jcolibri.extensions.textual.IE.opennlp.OpennlpMainNamesExtractor
Performs the algorithm in the given attributes of a collection of cases.
extractMainNames(CBRQuery, Collection<Attribute>) - Static method in class jcolibri.extensions.textual.IE.opennlp.OpennlpMainNamesExtractor
Performs the algorithm in the given attributes of a query.
extractMainNames(Collection<CBRCase>) - Static method in class jcolibri.extensions.textual.IE.opennlp.OpennlpMainNamesExtractor
Performs the algorithm in all the IETextOpenNLP typed attributes of a collection of cases.
extractMainNames(CBRQuery) - Static method in class jcolibri.extensions.textual.IE.opennlp.OpennlpMainNamesExtractor
Performs the algorithm in all the IETextOpenNLP typed attributes of a query.
extractMainNames(IETextOpenNLP) - Static method in class jcolibri.extensions.textual.IE.opennlp.OpennlpMainNamesExtractor
Performs the algorithm in a given IETextOpenNLP object
extractPhrases(Collection<CBRCase>, Collection<Attribute>) - Static method in class jcolibri.extensions.textual.IE.common.PhrasesExtractor
Performs the algorithm in the given attributes of a collection of cases.
extractPhrases(CBRQuery, Collection<Attribute>) - Static method in class jcolibri.extensions.textual.IE.common.PhrasesExtractor
Performs the algorithm in the given attributes of a query.
extractPhrases(Collection<CBRCase>) - Static method in class jcolibri.extensions.textual.IE.common.PhrasesExtractor
Performs the algorithm in all the attributes of a collection of cases These attributes must be IEText objects.
extractPhrases(CBRQuery) - Static method in class jcolibri.extensions.textual.IE.common.PhrasesExtractor
Performs the algorithm in all the attributes of a query These attributes must be IEText objects.
extractPhrases(IEText) - Static method in class jcolibri.extensions.textual.IE.common.PhrasesExtractor
Performs the algorithm in a given IEText object
extractPhrases(Collection<CBRCase>, Collection<Attribute>) - Static method in class jcolibri.extensions.textual.IE.gate.GatePhrasesExtractor
Performs the algorithm in the given attributes of a collection of cases.
extractPhrases(CBRQuery, Collection<Attribute>) - Static method in class jcolibri.extensions.textual.IE.gate.GatePhrasesExtractor
Performs the algorithm in the given attributes of a query.
extractPhrases(Collection<CBRCase>) - Static method in class jcolibri.extensions.textual.IE.gate.GatePhrasesExtractor
Performs the algorithm in all the IETextGate typed attributes of a collection of cases.
extractPhrases(CBRQuery) - Static method in class jcolibri.extensions.textual.IE.gate.GatePhrasesExtractor
Performs the algorithm in all the IETextGate typed attributes of a query.
extractPhrases(IETextGate) - Static method in class jcolibri.extensions.textual.IE.gate.GatePhrasesExtractor
Performs the algorithm in a given IETextGate 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 _