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

I

ICFFull - Class in jcolibri.method.maintenance.algorithms
Provides the ability to run the full ICF Maintenance algorithm, which consists of running RENN to remove noise followed by the ICF redundancy removal.
ICFFull(AbstractCaseBaseEditMethod, AbstractCaseBaseEditMethod) - Constructor for class jcolibri.method.maintenance.algorithms.ICFFull
Sets up the edit method using RENN noise removal and ICF redundancy removal.
ICFRedundancyRemoval - Class in jcolibri.method.maintenance.algorithms
Provides the ability to run the ICF case base editing algorithm on a case base to eliminate redundancy.
ICFRedundancyRemoval() - Constructor for class jcolibri.method.maintenance.algorithms.ICFRedundancyRemoval
 
ICFSolvesFunction - Class in jcolibri.method.maintenance.solvesFunctions
Provides the ICF algorithm solves function which will decide which cases solve a query.
ICFSolvesFunction() - Constructor for class jcolibri.method.maintenance.solvesFunctions.ICFSolvesFunction
 
ICompressor - Interface in jcolibri.method.retrieve.NNretrieval.similarity.local.textual.compressionbased
Interface that defines a function for returning the size of a string after compression.
ID_FIELD - Static variable in class jcolibri.extensions.textual.lucene.LuceneDocument
 
IDIndexedLinealCaseBase - Class in jcolibri.casebase
This is a modification of LinealCaseBase that also keeps an index of cases using their IDs.
IDIndexedLinealCaseBase() - Constructor for class jcolibri.casebase.IDIndexedLinealCaseBase
 
IEText - Class in jcolibri.extensions.textual.IE.representation
Represents a Textual attribute that will be processed to extract information.
IEText() - Constructor for class jcolibri.extensions.textual.IE.representation.IEText
Creates an empty IEText
IEText(String) - Constructor for class jcolibri.extensions.textual.IE.representation.IEText
Creates an IEText from a String
IETextGate - Class in jcolibri.extensions.textual.IE.gate
 
IETextGate() - Constructor for class jcolibri.extensions.textual.IE.gate.IETextGate
Creates an empty IETextGate object.
IETextGate(String) - Constructor for class jcolibri.extensions.textual.IE.gate.IETextGate
Creates an IETextGate object with the given content.
IETextOpenNLP - Class in jcolibri.extensions.textual.IE.opennlp
Represents an IEText implemented using the OpenNLP package.
IETextOpenNLP() - Constructor for class jcolibri.extensions.textual.IE.opennlp.IETextOpenNLP
Creates an empty IETextOpenNLP object
IETextOpenNLP(String) - Constructor for class jcolibri.extensions.textual.IE.opennlp.IETextOpenNLP
Creates an IETextOpenNLP object with the given text
IEutils - Class in jcolibri.extensions.textual.IE
Utility functions for the IE extension.
IEutils() - Constructor for class jcolibri.extensions.textual.IE.IEutils
 
importCsv(String) - Method in class jcolibri.test.database.SqlFile
Name is self-explanatory.
InContextLocalSimilarityFunction - Class in jcolibri.method.retrieve.NNretrieval.similarity
Extension of the LocalSimilarityFunction for measures that need data about other attributes of the case or current CaseComponent.
InContextLocalSimilarityFunction() - Constructor for class jcolibri.method.retrieve.NNretrieval.similarity.InContextLocalSimilarityFunction
 
InformationGain - Class in jcolibri.extensions.recommendation.navigationByAsking
Selects an attribute with the highest information gain.
InformationGain(Collection<CBRCase>) - Constructor for class jcolibri.extensions.recommendation.navigationByAsking.InformationGain
Constructor.
init(Connector) - Method in class jcolibri.casebase.CachedLinealCaseBase
Initializes the Case Base with the cases read from the given connector.
init(Connector) - Method in class jcolibri.casebase.IDIndexedLinealCaseBase
 
init(Connector) - Method in class jcolibri.casebase.LinealCaseBase
 
init(Connector) - Method in interface jcolibri.cbrcore.CBRCaseBase
Initializes the case base.
init(StandardCBRApplication) - Method in class jcolibri.evaluation.Evaluator
Initializes the evaluator with the CBR application to evaluate
init(StandardCBRApplication) - Method in class jcolibri.evaluation.evaluators.HoldOutEvaluator
 
init(StandardCBRApplication) - Method in class jcolibri.evaluation.evaluators.LeaveOneOutEvaluator
 
init(StandardCBRApplication) - Method in class jcolibri.evaluation.evaluators.NFoldEvaluator
 
init(StandardCBRApplication) - Method in class jcolibri.evaluation.evaluators.SameSplitEvaluator
 
init(StandardCBRApplication) - Method in class jcolibri.extensions.maintenance_evaluation.MaintenanceEvaluator
Initialise this evaluator with the CBR application to evaluate.
init(StandardCBRApplication, AbstractCaseBaseEditMethod, KNNClassificationConfig) - Method in class jcolibri.extensions.maintenance_evaluation.MaintenanceEvaluator
Initialise this evaluator with the CBR application to evaluate and the edit method and similarity configuration to perform maintenance.
init(Connector) - Method in class jcolibri.extensions.recommendation.collaborative.MatrixCaseBase
Initializes the case base.
init() - Static method in class jcolibri.test.database.HSQLDBserver
Initialize the server
init(String, int) - Method in class jcolibri.test.main.SwingProgressBar
Initializes the progress bar frame.
init(Class, String, int) - Static method in class jcolibri.util.ProgressController
Notifies to all the listeners of a class that the progress is begining.
init(String, int) - Method in interface jcolibri.util.ProgressListener
Method call when a progress begins.
initFromXMLfile(URL) - Method in interface jcolibri.cbrcore.Connector
Initialices the connector with the given XML file
initFromXMLfile(URL) - Method in class jcolibri.connector.DataBaseConnector
 
initFromXMLfile(URL) - Method in class jcolibri.connector.OntologyConnector
Initializes the connector from an XML config file.
initFromXMLfile(URL) - Method in class jcolibri.connector.PlainTextConnector
 
initFromXMLfile(URL) - Method in class jcolibri.test.recommenders.rec7.RestaurantsConnector
 
initFromXMLfile(URL) - Method in class jcolibri.test.test13.connector.RestaurantsConnector
 
initFromXMLfile(URL) - Method in class jcolibri.test.test16.EmailConnector
 
InitGate - Class in jcolibri.extensions.textual.IE.gate.gateinit
Initalizes GATE with the configuration files included in this package.
InitGate() - Constructor for class jcolibri.extensions.textual.IE.gate.gateinit.InitGate
 
initGate() - Static method in class jcolibri.extensions.textual.IE.gate.gateinit.InitGate
 
InitializingException - Exception in jcolibri.exception
Exception in the initialization of an object.
InitializingException() - Constructor for exception jcolibri.exception.InitializingException
Creates a new InitializingException without detail message.
InitializingException(String) - Constructor for exception jcolibri.exception.InitializingException
Creates a new InitializingException with the specified detail message.
InitializingException(Throwable) - Constructor for exception jcolibri.exception.InitializingException
Creates a new InitializingException with the specified detail message.
InrecaLessIsBetter - Class in jcolibri.method.retrieve.NNretrieval.similarity.local.recommenders
This function returns the similarity of two numbers (or enums) following the INRECA - Less is Better formulae sim(c.a,q.a)= if(c.a < q.a) then 1 else jump * (max(a) - c.a) / (max(a) - q.a) jump and max(a) must be defined by the designer.
InrecaLessIsBetter(double, double) - Constructor for class jcolibri.method.retrieve.NNretrieval.similarity.local.recommenders.InrecaLessIsBetter
Constructor. max value is ignored for enum types.
InrecaMoreIsBetter - Class in jcolibri.method.retrieve.NNretrieval.similarity.local.recommenders
This function returns the similarity of two numbers (or Enums) following the INRECA - More is Better formulae sim(c.a,q.a)= if(c.a > q.a) then 1 else jump * (1- (q.a - c.a) / q.a)) jump must be defined by the designer.
InrecaMoreIsBetter(double) - Constructor for class jcolibri.method.retrieve.NNretrieval.similarity.local.recommenders.InrecaMoreIsBetter
Constructor.
Instance - Class in jcolibri.datatypes
Represents an Instance of an ontology.
Instance() - Constructor for class jcolibri.datatypes.Instance
 
Instance(String, boolean) - Constructor for class jcolibri.datatypes.Instance
Creates an Instance looking for the instance in the ontology with the same name.
Instance(String) - Constructor for class jcolibri.datatypes.Instance
Creates an instance connected with the instance in the ontology.
InstanceEditor - Class in jcolibri.method.gui.editors
Parameter Editor for Instance values.
InstanceEditor() - Constructor for class jcolibri.method.gui.editors.InstanceEditor
Creates a new instance
IntegerEditor - Class in jcolibri.method.gui.editors
Parameter Editor for Integer values.
IntegerEditor() - Constructor for class jcolibri.method.gui.editors.IntegerEditor
Creates a new instance
Interval - Class in jcolibri.method.retrieve.NNretrieval.similarity.local
This function returns the similarity of two number inside an interval.
Interval(double) - Constructor for class jcolibri.method.retrieve.NNretrieval.similarity.local.Interval
Constructor.
IrisDescription - Class in jcolibri.test.test14
Bean storing the description for the Iris data base.
IrisDescription() - Constructor for class jcolibri.test.test14.IrisDescription
 
IrisDescription - Class in jcolibri.test.test15
Bean storing the description for the Iris data base.
IrisDescription() - Constructor for class jcolibri.test.test15.IrisDescription
 
IrisDescription - Class in jcolibri.test.test6
Bean storing the description for the Iris data base
IrisDescription() - Constructor for class jcolibri.test.test6.IrisDescription
 
IrisDescription - Class in jcolibri.test.test7
Bean storing the description for the Iris data base.
IrisDescription() - Constructor for class jcolibri.test.test7.IrisDescription
 
IrisDescription - Class in jcolibri.test.test9
Bean storing the description for the Iris data base.
IrisDescription() - Constructor for class jcolibri.test.test9.IrisDescription
 
IrisEvaluableApp - Class in jcolibri.test.test14
Evaluable application.
IrisEvaluableApp() - Constructor for class jcolibri.test.test14.IrisEvaluableApp
 
IrisEvaluableApp - Class in jcolibri.test.test15
Evaluable application.
IrisEvaluableApp() - Constructor for class jcolibri.test.test15.IrisEvaluableApp
 
IrisMaintainedEvaluableApp - Class in jcolibri.test.test15
Evaluable application which performs case-based maintenance.
IrisMaintainedEvaluableApp(KNNClassificationConfig) - Constructor for class jcolibri.test.test15.IrisMaintainedEvaluableApp
 
IrisSolution - Class in jcolibri.test.test14
Bean storing the solution for the Iris data base.
IrisSolution() - Constructor for class jcolibri.test.test14.IrisSolution
 
IrisSolution - Class in jcolibri.test.test15
Bean storing the solution for the Iris data base.
IrisSolution() - Constructor for class jcolibri.test.test15.IrisSolution
 
IrisSolution - Class in jcolibri.test.test6
Bean storing the solution for the Iris data base
IrisSolution() - Constructor for class jcolibri.test.test6.IrisSolution
 
IrisSolution - Class in jcolibri.test.test7
Bean storing the solution for the Iris data base.
IrisSolution() - Constructor for class jcolibri.test.test7.IrisSolution
 
IrisSolution - Class in jcolibri.test.test9
Bean storing the solution for the Iris data base.
IrisSolution() - Constructor for class jcolibri.test.test9.IrisSolution
 
isApplicable(Object, Object) - Method in class jcolibri.method.retrieve.NNretrieval.similarity.local.EnumCyclicDistance
Applicable to Enum
isApplicable(Object, Object) - Method in class jcolibri.method.retrieve.NNretrieval.similarity.local.EnumDistance
Applicable to Enum
isApplicable(Object, Object) - Method in class jcolibri.method.retrieve.NNretrieval.similarity.local.Equal
Applicable to any class
isApplicable(Object, Object) - Method in class jcolibri.method.retrieve.NNretrieval.similarity.local.EqualsStringIgnoreCase
Applicable to String
isApplicable(Object, Object) - Method in class jcolibri.method.retrieve.NNretrieval.similarity.local.Interval
Applicable to Integer
isApplicable(Object, Object) - Method in class jcolibri.method.retrieve.NNretrieval.similarity.local.MaxString
Applicable to String
isApplicable(Object, Object) - Method in class jcolibri.method.retrieve.NNretrieval.similarity.local.ontology.OntCosine
Applicable to Instance
isApplicable(Object, Object) - Method in class jcolibri.method.retrieve.NNretrieval.similarity.local.ontology.OntDeep
Applicable to Instance
isApplicable(Object, Object) - Method in class jcolibri.method.retrieve.NNretrieval.similarity.local.ontology.OntDeepBasic
Applicable to Instance
isApplicable(Object, Object) - Method in class jcolibri.method.retrieve.NNretrieval.similarity.local.ontology.OntDetail
Applicable to Instance
isApplicable(Object, Object) - Method in class jcolibri.method.retrieve.NNretrieval.similarity.local.recommenders.InrecaLessIsBetter
Applicable to any Number subinstance
isApplicable(Object, Object) - Method in class jcolibri.method.retrieve.NNretrieval.similarity.local.recommenders.InrecaMoreIsBetter
Applicable to any Number subinstance
isApplicable(Object, Object) - Method in class jcolibri.method.retrieve.NNretrieval.similarity.local.recommenders.McSherryLessIsBetter
Applicable to any Number subinstance
isApplicable(Object, Object) - Method in class jcolibri.method.retrieve.NNretrieval.similarity.local.recommenders.McSherryMoreIsBetter
Applicable to any Number subinstance
isApplicable(Object, Object) - Method in class jcolibri.method.retrieve.NNretrieval.similarity.local.Table
Applicable to String or Enum
isApplicable(Object, Object) - Method in class jcolibri.method.retrieve.NNretrieval.similarity.local.textual.compressionbased.CompressionBased
 
isApplicable(Object, Object) - Method in class jcolibri.method.retrieve.NNretrieval.similarity.local.textual.compressionbased.NormalisedCompression
 
isApplicable(Object, Object) - Method in class jcolibri.method.retrieve.NNretrieval.similarity.local.textual.CosineCoefficient
 
isApplicable(Object, Object) - Method in class jcolibri.method.retrieve.NNretrieval.similarity.local.textual.DiceCoefficient
 
isApplicable(Object, Object) - Method in class jcolibri.method.retrieve.NNretrieval.similarity.local.textual.JaccardCoefficient
 
isApplicable(Object, Object) - Method in class jcolibri.method.retrieve.NNretrieval.similarity.local.textual.LuceneTextSimilarity
 
isApplicable(Object, Object) - Method in class jcolibri.method.retrieve.NNretrieval.similarity.local.textual.OverlapCoefficient
 
isApplicable(Object, Object) - Method in class jcolibri.method.retrieve.NNretrieval.similarity.local.Threshold
Applicable to Integer
isApplicable(Object, Object) - Method in interface jcolibri.method.retrieve.NNretrieval.similarity.LocalSimilarityFunction
Indicates if the function is applicable to two objects
isApplicable(Object, Object) - Method in class jcolibri.test.test13.similarity.AverageMultipleTextValues
Applicable to String
isApplicable(Object, Object) - Method in class jcolibri.test.test13.similarity.TokensContained
Applicable to String
isBuy() - Method in class jcolibri.extensions.recommendation.casesDisplay.UserChoice
Returns true if the choice is a case
isCorrectPrediction(ClassificationSolution, CBRCase) - Method in class jcolibri.method.revise.classification.BasicClassificationOracle
Checks if the predicted solution is the correct solution for the given test case.
isCorrectPrediction(ClassificationSolution, ClassificationSolution) - Method in class jcolibri.method.revise.classification.BasicClassificationOracle
Checks if the predicted solution and the correct solution are the same.
isCorrectPrediction(CBRQuery, CBRCaseBase, KNNClassificationConfig) - Method in class jcolibri.method.revise.classification.BasicClassificationOracle
Checks if the query is correctly classified by the given case-base and similarity configuration.
isCorrectPrediction(ClassificationSolution, CBRCase) - Method in interface jcolibri.method.revise.classification.ClassificationOracle
Checks if the predicted solution is the correct solution for the given test case.
isCorrectPrediction(ClassificationSolution, ClassificationSolution) - Method in interface jcolibri.method.revise.classification.ClassificationOracle
Checks if the predicted solution and the correct solution are the same.
isCorrectPrediction(CBRQuery, CBRCaseBase, KNNClassificationConfig) - Method in interface jcolibri.method.revise.classification.ClassificationOracle
Checks if the query is correctly classified by the given case-base and similarity configuration.
isMainName - Variable in class jcolibri.extensions.textual.IE.representation.Token
 
isMainName() - Method in class jcolibri.extensions.textual.IE.representation.Token
Returns if the token is a Main Name
isMutable() - Method in class jcolibri.connector.databaseutils.EnumUserType
 
isMutable() - Method in class jcolibri.connector.databaseutils.GenericUserType
 
isQuit() - Method in class jcolibri.extensions.recommendation.casesDisplay.UserChoice
Returns true if the choice is QUIT
isRefineQuery() - Method in class jcolibri.extensions.recommendation.casesDisplay.UserChoice
Returns true if the choice is REFINE_QUERY
isStopWord() - Method in class jcolibri.extensions.textual.IE.representation.Token
Returns if the token is a stop word
itemStateChanged(ItemEvent) - Method in class jcolibri.extensions.recommendation.casesDisplay.utils.RadioButtonEditor
 

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 _