Uses of Class
de.uni_trier.wi2.procake.adaptation.cache.impl.SimilarityCache
-
Packages that use SimilarityCache Package Description de.uni_trier.wi2.procake.adaptation Adaptation package descriptionde.uni_trier.wi2.procake.adaptation.manager de.uni_trier.wi2.procake.adaptation.manager.Impl -
-
Uses of SimilarityCache in de.uni_trier.wi2.procake.adaptation
Fields in de.uni_trier.wi2.procake.adaptation declared as SimilarityCache Modifier and Type Field Description protected SimilarityCacheAdaptationAlgorithm. simCacheMethods in de.uni_trier.wi2.procake.adaptation with parameters of type SimilarityCache Modifier and Type Method Description WriteableObjectPool<TCase>AdaptationAlgorithm. init(WriteableObjectPool<TCase> pool, SimilarityCache simCache, AlgorithmConfiguration algorithmConfig, AlgorithmConfiguration globalConfig)Init the adaptation algorithm according to the given configuration. -
Uses of SimilarityCache in de.uni_trier.wi2.procake.adaptation.manager
Methods in de.uni_trier.wi2.procake.adaptation.manager with parameters of type SimilarityCache Modifier and Type Method Description WriteableObjectPoolAdaptationManager. init(AdaptationConfiguration adaptationConfig, SimilarityCache simCache)Initializes the adaptation algorithms according to the configuration -
Uses of SimilarityCache in de.uni_trier.wi2.procake.adaptation.manager.Impl
Methods in de.uni_trier.wi2.procake.adaptation.manager.Impl with parameters of type SimilarityCache Modifier and Type Method Description WriteableObjectPool<TCase>AdaptationManagerImpl. init(AdaptationConfiguration adaptationConfig, SimilarityCache simCache)Initializes the adaptation algorithms according to the configurationConstructors in de.uni_trier.wi2.procake.adaptation.manager.Impl with parameters of type SimilarityCache Constructor Description AdaptationManagerImpl(WriteableObjectPool<TCase> pool, AdaptationConfiguration adaptationConfig, SimilarityCache similarityCache)The adaptation manager will be initiated with the given configuration directly and algorithms use the specified similarity cache.
-