메소드 | 설명 | |
---|---|---|
BackPropagationLink ( ) : System |
Constructs the link and calls xpidea.neuro.net.backprop.BackPropagationLink.DoAfterCreate method to initialize data.
|
|
Load ( |
Overridden.Loads link's data from the binary stream.
|
|
Save ( |
Overridden. Stores link's data in a binary stream.
|
|
UpdateWeight ( double deltaWeight ) : void |
Overridden.Updates link weight according the formula.
|
메소드 | 설명 | |
---|---|---|
DoAfterCreate ( ) : void |
Initializes link weight to a random value from -1..1 and link delta to 0.
|
|
GetLinkDelta ( ) : double |
Getter method of xpidea.neuro.net.backprop.BackPropagationLink.GetLinkDelta property.
|
|
SetLinkDelta ( double delta ) : void |
Setter method of xpidea.neuro.net.backprop.BackPropagationLink.LinkDelta property.
|
public Load ( |
||
binaryReader | A binary stream reader. | |
리턴 | void |
public Save ( |
||
binaryWriter | A binary stream writer. | |
리턴 | void |
protected SetLinkDelta ( double delta ) : void | ||
delta | double | New delta value. |
리턴 | void |
public UpdateWeight ( double deltaWeight ) : void | ||
deltaWeight | double | Delta of link weight change. |
리턴 | void |