Package de.uni_trier.wi2.procake.adaptation
Adaptation package description
The adaptation package contains a generic adaptation manager that executes the adaptation process. Furthermore, a similarity cache of a case base can be created. This similarity cache contains the similarity values of all combinations from the case base and the corresponding mappings if a graph matching was carried out. Using the similarity cache accelerates the learning of adaptation knowledge.
The adaptation package contains the following components:
-
Interface Summary Interface Description AdaptationFactoryObject The adaptation factory object provides the name of the adaptation algorithm.AlgorithmParameters Interface for the definition of adaptation algorithm parameters. -
Class Summary Class Description AdaptationAlgorithm<TCase extends DataObject,TQuery extends DataObject,TAdaptationKnowledge extends DataObject> Abstract class of all adaptation algorithmsAdaptationFactory This factory creates several adaptation instances.AlgorithmConfiguration Implementation of the Adaptation Algorithm Configuration.AlgorithmParameter<t> Generic definition of an algorithm parameter.