See: Description
Interface | Description |
---|---|
CognitiveModuleFactoryLearner |
The CognitiveModuleFactoryLearner is an interface defining the functionality
of an Object that can learn a CognitiveModuleFactory from a collection of
input data.
|
Class | Description |
---|---|
EvaluatorBasedCognitiveModule<InputType,OutputType> |
The EvaluatorBasedCognitiveModule implements a CognitiveModule that wraps an
Evaluator object.
|
EvaluatorBasedCognitiveModuleFactory<InputType,OutputType> |
The EvaluatorBasedCognitiveModuleFactory class implements a factory for the
EvaluatorBasedCognitiveModule.
|
EvaluatorBasedCognitiveModuleFactoryLearner<InputType,OutputType,LearningDataType> |
The EvaluatorBasedCognitiveModuleFactoryLearner class implements a
CognitiveModuleFactoryLearner for the EvaluatorBasedCognitiveModuleFactory.
|
EvaluatorBasedCognitiveModuleSettings<InputType,OutputType> |
The EvaluatorBasedCognitiveModuleSettings class implements the settings for
the EvaluatorBasedCognitiveModule.
|
StatefulEvaluatorBasedCognitiveModule<InputType,OutputType> |
The StatefulEvaluatorBasedCognitiveModule implements a CognitiveModule that
wraps a StatefulEvaluator object.
|
Evaluator
within a
EvaluatorBasedCognitiveModule
and using CogxelConverter
objects to convert things to and from Cogxel
objects.