Метод | Описание | |
---|---|---|
BackPropagationOutputNode ( double learningRate, double momentum ) : System |
Constructs BackPropagationOutputNode.
|
|
Learn ( ) : void |
Overridden.Makes the node to learn a new pattern data.
|
|
Load ( |
Overridden.Loads node data from the binary stream.
|
|
Save ( |
Overridden.Stores node data in a binary stream.
|
Метод | Описание | |
---|---|---|
ComputeError ( ) : double |
Method computes node error, based on current node value and previous node error.
|
|
GetNodeLearningRate ( ) : double |
Getter method of xpidea.neuro.net.backprop.BackPropagationOutputNode.LearningRate property.
|
|
GetNodeMomentum ( ) : double |
Getter method of xpidea.neuro.net.backprop.BackPropagationOutputNode.Momentum property.
|
|
SetNodeLearningRate ( double learningRate ) : void |
Setter method of xpidea.neuro.net.backprop.BackPropagationOutputNode.LearningRate property.
|
|
SetNodeMomentum ( double momentum ) : void |
Setter method of xpidea.neuro.net.backprop.BackPropagationOutputNode.Momentum property.
|
public BackPropagationOutputNode ( double learningRate, double momentum ) : System | ||
learningRate | double | Learning rate value. |
momentum | double | Momentum value. |
Результат | System |
public Load ( |
||
binaryReader | A binary stream reader. | |
Результат | void |
public Save ( |
||
binaryWriter | A binary stream writer. | |
Результат | void |
protected SetNodeLearningRate ( double learningRate ) : void | ||
learningRate | double | A new learning rate value. |
Результат | void |
protected SetNodeMomentum ( double momentum ) : void | ||
momentum | double | New node momentum value. |
Результат | void |