Class AdaptationManagerImpl<TCase extends DataObject,​TQuery extends DataObject>

    • Constructor Detail

      • AdaptationManagerImpl

        public AdaptationManagerImpl​(WriteableObjectPool<TCase> pool,
                                     AdaptationConfiguration adaptationConfig)
        The adaptation manager will be initiated with the given configuration directly
        Parameters:
        pool - Object pool
        adaptationConfig - Adaptation configuration
      • AdaptationManagerImpl

        public 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.
        Parameters:
        pool - Object pool
        adaptationConfig - Adaptation configuration
        similarityCache - Similarity cache