[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: Clarion
Assembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)

Syntax

C#
public static void AddRange(
	Guid id,
	double lowerBound,
	double upperBound,
	double increment
)

Parameters

id
Type: System..::..Guid
The world ID of 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

See Also