Uses of Interface
de.uni_trier.wi2.procake.adaptation.cache.impl.strategies.SimCalculatorStrategy
Package
Description
-
Uses of SimCalculatorStrategy in de.uni_trier.wi2.procake.adaptation.cache
ModifierConstructorDescriptionprotected
AbstractSimilarityCache
(WriteableObjectPool queryPool, WriteableObjectPool casePool, T similarityMatrix, String pathCache, SimCalculatorStrategy strategy, boolean complete) Creates an abstract similarity cache.protected
AbstractSimilarityCache
(WriteableObjectPool pool, T similarityMatrix, String pathCache, SimCalculatorStrategy strategy, boolean complete) Creates an abstract similarity cache. -
Uses of SimCalculatorStrategy in de.uni_trier.wi2.procake.adaptation.cache.impl
ModifierConstructorDescriptionSimilarityCache
(WriteableObjectPool pool, SimilarityCacheMatrix matrix, SimCalculatorStrategy strategy) This constructor creates a new SimilarityCache for a given CaseBase and SimilarityCacheMatrix.SimilarityCache
(WriteableObjectPool queryPool, WriteableObjectPool casePool, SimilarityCacheMatrix matrix, SimCalculatorStrategy strategy) This constructor creates a new SimilarityCache for a given CaseBase and SimilarityCacheMatrix.SimilarityCache
(WriteableObjectPool queryPool, WriteableObjectPool casePool, String pathCache, SimCalculatorStrategy strategy) This constructor creates a new SimilarityCacheMatrix for a given CaseBase, calculates all similarities and stores them under the given path.SimilarityCache
(WriteableObjectPool pool, String pathCache, SimCalculatorStrategy strategy) This constructor creates a new SimilarityCacheMatrix for a given CaseBase, calculates all similarities and stores them under the given path.SimpleSimilarityCache
(WriteableObjectPool queryPool, WriteableObjectPool casePool, String pathCache, @NotNull SimCalculatorStrategy strategy) Creates a new simple similarity cache and tries to complete the data loaded from the path.SimpleSimilarityCache
(WriteableObjectPool queryPool, WriteableObjectPool casePool, String pathCache, @NotNull SimCalculatorStrategy strategy, boolean complete) Creates a new simple similarity cache and tries to complete the data loaded from the path.SimpleSimilarityCache
(WriteableObjectPool pool, String pathCache, @NotNull SimCalculatorStrategy strategy) Creates a new simple similarity cache and tries to complete the data loaded from the path.SimpleSimilarityCache
(WriteableObjectPool pool, String pathCache, @NotNull SimCalculatorStrategy strategy, boolean complete) Creates a new simple similarity cache and tries to complete the data loaded from the path. -
Uses of SimCalculatorStrategy in de.uni_trier.wi2.procake.adaptation.cache.impl.strategies
Modifier and TypeClassDescriptionclass
Computes similarities for the similarity cache by using a standard parallelized retriever.class
Computes similarities for the similarity cache by computing those similarities individually without using retrievers.