Свойство | Type | Description | |
---|---|---|---|
IsFinalLayer | bool | ||
Length | int |
Méthode | Description | |
---|---|---|
CalculateActivation ( double weightedInputs ) : double | ||
CalculateActivationDerivative ( double weightedInputs ) : double | ||
PropogateBackwards ( ) : void | ||
PropogateForward ( ) : void | ||
ToString ( ) : string |
Méthode | Description | |
---|---|---|
ClearError ( ) : void | ||
ClearState ( ) : void | ||
SizeOf ( IList |
||
Step ( int length, IList |
||
Step ( int length, IList |
public CalculateActivation ( double weightedInputs ) : double | ||
weightedInputs | double | |
Résultat | double |
public CalculateActivationDerivative ( double weightedInputs ) : double | ||
weightedInputs | double | |
Résultat | double |
protected static SizeOf ( IList |
||
upstream | IList |
|
Résultat | int |
protected Step ( int length, IList |
||
length | int | |
upstream | IList |
|
Résultat | System |
protected Step ( int length, IList |
||
length | int | |
upstream | IList |
|
isFinalLayer | bool | |
Résultat | System |