[This is preliminary documentation and is subject to change.]
Assembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)
Syntax
C# |
---|
public sealed class ImplicitComponentInitializer |
Remarks
Structurally, the implicit component initializer is somewhat similar to the World class in that it is designed to make use of the singleton design concept. This being said, you will likely find that interacting with this initializer is more akin to working with the agent initializer rather than with the World class. The use of a singleton instance was done specifically to facilitate the Range concept, which allows you to specify various ranges of input values/activations (associated with world objects) over which training should occur.
![]() |
---|
This class is currently under development, and is therefore missing certain features (listed below) |
Below is a list of the features that have been provided by the implicit component initializer:
- Training
- Encoding
- Initializing Trainers (i.e., "agentless" implicit components)
- Creating training data sets
- Transform and/or Expand Inputs and Outputs (In Development)
Copyright 2011. Nicholas Wilson