프로퍼티 | 타입 | 설명 | |
---|---|---|---|
linkEpoch | double |
메소드 | 설명 | |
---|---|---|
Epoch ( int epoch ) : void |
Overridden.Tells the link, that all patterns have been exposed and it's time to update link weight.
|
|
Load ( |
Overridden.Loads the link data from the stream.
|
|
Save ( |
Overridden.Stores link data in a binary stream.
|
|
UpdateWeight ( double deltaWeight ) : void |
Overridden.Updates the link weightaccording to the training model. In this particular case accumulates deltaWeight values in xpidea.neuro.net.backprop.EpochBackPropagationLink.LinkEpoch property.
|
메소드 | 설명 | |
---|---|---|
GetLinkEpoch ( ) : double |
Getter for xpidea.neuro.net.backprop.EpochBackPropagationLink.LinkEpoch property.
|
|
SetLinkEpoch ( double epoch ) : void |
Setter for xpidea.neuro.net.backprop.EpochBackPropagationLink.LinkEpoch property.
|
public Epoch ( int epoch ) : void | ||
epoch | int | Number of patterns that was exposed to the network. |
리턴 | void |
public Load ( |
||
binaryReader | Binary stream reader. | |
리턴 | void |
public Save ( |
||
binaryWriter | Binary stream writer. | |
리턴 | void |
protected SetLinkEpoch ( double epoch ) : void | ||
epoch | double | New epoch value. |
리턴 | void |
public UpdateWeight ( double deltaWeight ) : void | ||
deltaWeight | double | Delta of the weight change. |
리턴 | void |