Метод | Описание | |
---|---|---|
NetworkNode ( uint id, NodeType nodeType, int activationFnId ) |
Constructs with the provided node ID, type and activation function ID.
|
|
NetworkNode ( uint id, NodeType nodeType, int activationFnId, double auxState ) |
Constructs with the provided node ID, type, activation function ID and auxiliary state data.
|
public NetworkNode ( uint id, NodeType nodeType, int activationFnId ) | ||
id | uint | |
nodeType | NodeType | |
activationFnId | int |
public NetworkNode ( uint id, NodeType nodeType, int activationFnId, double auxState ) | ||
id | uint | |
nodeType | NodeType | |
activationFnId | int | |
auxState | double |