Uses of Class
de.uni_trier.wi2.procake.data.trainingObjectPool.TrainingObjectPool
-
Packages that use TrainingObjectPool Package Description de.uni_trier.wi2.procake.data.trainingObjectPool de.uni_trier.wi2.procake.utils.eval -
-
Uses of TrainingObjectPool in de.uni_trier.wi2.procake.data.trainingObjectPool
Methods in de.uni_trier.wi2.procake.data.trainingObjectPool that return TrainingObjectPool Modifier and Type Method Description TrainingObjectPool<T>CrossValidationBuilder. getNextTrainingObjectPool()Method that returns the next of the created k TrainingObjectPools.Methods in de.uni_trier.wi2.procake.data.trainingObjectPool that return types with arguments of type TrainingObjectPool Modifier and Type Method Description List<TrainingObjectPool<T>>CrossValidationBuilder. getTrainingObjectPools()Method that returns the list of TrainingObjectPools of size k.Methods in de.uni_trier.wi2.procake.data.trainingObjectPool with parameters of type TrainingObjectPool Modifier and Type Method Description booleanTrainingObjectPool. hasSameValueAsIn(TrainingObjectPool<T> trainingObjectPool)This method makes a deep compare. -
Uses of TrainingObjectPool in de.uni_trier.wi2.procake.utils.eval
Fields in de.uni_trier.wi2.procake.utils.eval declared as TrainingObjectPool Modifier and Type Field Description protected TrainingObjectPool<NESTWorkflowObject>RetrieverEvaluation. trainingObjectPoolThe training object pool, that contains training case base, i.e., the case base to retrieve from, and testing case base, i.e., the case base to extract queries from.Methods in de.uni_trier.wi2.procake.utils.eval with parameters of type TrainingObjectPool Modifier and Type Method Description static List<SimpleSimilarityResult>RetrieverEvaluationUtils. computeGroundTruthSimilarities(Retriever<NESTWorkflowObject,Query> groundTruthRetriever, TrainingObjectPool<NESTWorkflowObject> trainingObjectPool, String pathGroundTruthSimilarities)Computes the ground-truth similarities with the given ground-truth retriever.static voidRetrieverEvaluationUtils. testGroundTruthSimilarities(TrainingObjectPool<NESTWorkflowObject> trainingObjectPool, SimpleSimilarityCache similarityCache)Checks the ground-truth similarities by searching for every pair of query and case in them.static voidRetrieverEvaluationUtils. testGroundTruthSimilarities(TrainingObjectPool<NESTWorkflowObject> trainingObjectPool, List<SimpleSimilarityResult> groundTruthSimilarities)Checks the ground-truth similarities by searching for every pair of query and case in them.static voidRetrieverEvaluationUtils. testRetrievers(TrainingObjectPool<NESTWorkflowObject> trainingObjectPool, Map<String,Retriever<NESTWorkflowObject,Query>> retrieverMap)Simple method to test all retrievers in retrieverMap prior to the actual evaluation.
-