Property | Type | Description | |
---|---|---|---|
IsFinalLayer | bool | ||
Length | int |
Method | Description | |
---|---|---|
CalculateActivation ( double weightedInputs ) : double | ||
CalculateActivationDerivative ( double weightedInputs ) : double | ||
PropogateBackwards ( ) : void | ||
PropogateForward ( ) : void | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
ClearError ( ) : void | ||
ClearState ( ) : void | ||
SizeOf ( IList |
||
Step ( int length, IList |
||
Step ( int length, IList |
public CalculateActivation ( double weightedInputs ) : double | ||
weightedInputs | double | |
return | double |
public CalculateActivationDerivative ( double weightedInputs ) : double | ||
weightedInputs | double | |
return | double |
protected static SizeOf ( IList |
||
upstream | IList |
|
return | int |
protected Step ( int length, IList |
||
length | int | |
upstream | IList |
|
return | System |
protected Step ( int length, IList |
||
length | int | |
upstream | IList |
|
isFinalLayer | bool | |
return | System |