Package | Description |
---|---|
gov.sandia.cognition.framework.learning |
Provides a mechanism for putting learned objects into the Cognitive
Framework.
|
Modifier and Type | Method and Description |
---|---|
EvaluatorBasedCognitiveModuleSettings<InputType,OutputType> |
EvaluatorBasedCognitiveModuleSettings.clone()
Creates a clone of this EvaluatorBasedCognitiveModuleSettings.
|
EvaluatorBasedCognitiveModuleSettings<InputType,OutputType> |
EvaluatorBasedCognitiveModule.getSettings()
Gets the settings for the module, which can be used to create another
instantation of a module.
|
EvaluatorBasedCognitiveModuleSettings<InputType,OutputType> |
EvaluatorBasedCognitiveModuleFactory.getSettings()
Gets the settings of the module created by the factory.
|
Modifier and Type | Method and Description |
---|---|
protected void |
EvaluatorBasedCognitiveModule.setSettings(EvaluatorBasedCognitiveModuleSettings<InputType,OutputType> settings)
Sets the settings of the module.
|
void |
EvaluatorBasedCognitiveModuleFactory.setSettings(EvaluatorBasedCognitiveModuleSettings<InputType,OutputType> settings)
Sets the settings of the module created by the factory.
|
Constructor and Description |
---|
EvaluatorBasedCognitiveModule(CognitiveModel model,
EvaluatorBasedCognitiveModuleSettings<InputType,OutputType> settings,
java.lang.String name)
Creates a new instance of EvaluatorBasedCognitiveModule.
|
EvaluatorBasedCognitiveModuleFactory(EvaluatorBasedCognitiveModuleSettings<InputType,OutputType> settings,
java.lang.String name)
Creates a new instance of EvaluatorBasedCognitiveModuleFactory.
|
EvaluatorBasedCognitiveModuleSettings(EvaluatorBasedCognitiveModuleSettings<InputType,OutputType> other)
Creates a new instance of EvaluatorBasedCognitiveModuleSettings that is
a copy of the given EvaluatorBasedCognitiveModuleSettings.
|
StatefulEvaluatorBasedCognitiveModule(CognitiveModel model,
EvaluatorBasedCognitiveModuleSettings<InputType,OutputType> settings,
java.lang.String name)
Creates a new instance of StatefulEvaluatorBasedCognitiveModule.
|