메소드 | 설명 | |
---|---|---|
Create ( |
Creates a new Edge.
|
|
Edge ( ) : System |
Default constructor.
|
|
GetEpsilon ( double min, double max, double inputs, double outputs ) : double |
Computes the weight epsilon parameter.
|
|
GetWeight ( double epsilon ) : double |
Computes a new weight from the interval: -epsilon to +epsilon.
|
|
ToString ( ) : string |
Returns a string that represents the current object.
|
public static Create ( |
||
source | Source for the. | |
target | Target for the. | |
weight | double | Weight parameter to initialize with. |
epsilon | double | Seed value to use when randomly selecting a weight (ignored when |
리턴 |
public static GetEpsilon ( double min, double max, double inputs, double outputs ) : double | ||
min | double | Minimum activation function value. |
max | double | Maximum activation function value. |
inputs | double | Number of inward connections to the current node. |
outputs | double | Number of outward connections from the current node. |
리턴 | double |
public static GetWeight ( double epsilon ) : double | ||
epsilon | double | Precomputed epsilon for computing a |
리턴 | double |