[This is preliminary documentation and is subject to change.]
Adds a range for the specified world object associated with a node on the input layer of an implicit component that is to be trained
by the implicit component initializer
Namespace: ClarionAssembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)
Syntax
C# |
---|
public static void AddRange( IWorldObject o, double lowerBound, double upperBound, double increment ) |
Parameters
- o
- Type: Clarion.Framework.Core..::..IWorldObject
The world object for which a range is being added
- lowerBound
- Type: System..::..Double
The lower bound of the range
- upperBound
- Type: System..::..Double
The upper bound of the range
- increment
- Type: System..::..Double
The increment by which the range should be traversed