프로퍼티 | 타입 | 설명 | |
---|---|---|---|
IsFinalLayer | bool | ||
Length | int |
메소드 | 설명 | |
---|---|---|
CalculateActivation ( double weightedInputs ) : double | ||
CalculateActivationDerivative ( double weightedInputs ) : double | ||
PropogateBackwards ( ) : void | ||
PropogateForward ( ) : void | ||
ToString ( ) : string |
메소드 | 설명 | |
---|---|---|
ClearError ( ) : void | ||
ClearState ( ) : void | ||
SizeOf ( IList |
||
Step ( int length, IList |
||
Step ( int length, IList |
public CalculateActivation ( double weightedInputs ) : double | ||
weightedInputs | double | |
리턴 | double |
public CalculateActivationDerivative ( double weightedInputs ) : double | ||
weightedInputs | double | |
리턴 | double |
protected Step ( int length, IList |
||
length | int | |
upstream | IList |
|
리턴 | System |
protected Step ( int length, IList |
||
length | int | |
upstream | IList |
|
isFinalLayer | bool | |
리턴 | System |