|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EvaluatorBasedCognitiveModuleSettings | |
|---|---|
| gov.sandia.cognition.framework.learning | Provides a mechanism for putting learned objects into the Cognitive Framework. |
| Uses of EvaluatorBasedCognitiveModuleSettings in gov.sandia.cognition.framework.learning |
|---|
| Methods in gov.sandia.cognition.framework.learning that return EvaluatorBasedCognitiveModuleSettings | |
|---|---|
EvaluatorBasedCognitiveModuleSettings<InputType,OutputType> |
EvaluatorBasedCognitiveModuleSettings.clone()
Creates a clone of this EvaluatorBasedCognitiveModuleSettings. |
EvaluatorBasedCognitiveModuleSettings<InputType,OutputType> |
EvaluatorBasedCognitiveModuleFactory.getSettings()
Gets the settings of the module created by the factory. |
EvaluatorBasedCognitiveModuleSettings<InputType,OutputType> |
EvaluatorBasedCognitiveModule.getSettings()
|
| Methods in gov.sandia.cognition.framework.learning with parameters of type EvaluatorBasedCognitiveModuleSettings | |
|---|---|
void |
EvaluatorBasedCognitiveModuleFactory.setSettings(EvaluatorBasedCognitiveModuleSettings<InputType,OutputType> settings)
Sets the settings of the module created by the factory. |
protected void |
EvaluatorBasedCognitiveModule.setSettings(EvaluatorBasedCognitiveModuleSettings<InputType,OutputType> settings)
Sets the settings of the module. |
| Constructors in gov.sandia.cognition.framework.learning with parameters of type EvaluatorBasedCognitiveModuleSettings | |
|---|---|
EvaluatorBasedCognitiveModule(CognitiveModel model,
EvaluatorBasedCognitiveModuleSettings<InputType,OutputType> settings,
String name)
Creates a new instance of EvaluatorBasedCognitiveModule. |
|
EvaluatorBasedCognitiveModuleFactory(EvaluatorBasedCognitiveModuleSettings<InputType,OutputType> settings,
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,
String name)
Creates a new instance of StatefulEvaluatorBasedCognitiveModule. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||