C# Class xpidea.neuro.net.son.SelfOrganizingNode

Implements a node in xpidea.neuro.net.son.SelfOrganizingNetwork
Inheritance: NeuroNode
Afficher le fichier Open project: AlexCherkasov/Neuro.NET Class Usage Examples

Méthodes publiques

Свойство Type Description
LearningRate double

Méthodes publiques

Méthode Description
Learn ( ) : void

Overridden.Teaches the node.

Run ( ) : void

Overridden.Runs the node.

SelfOrganizingNode ( double learningRate ) : System

Constructs the node and defines the xpidea.neuro.net.son.SelfOrganizingNode.LearningRate

Method Details

Learn() public méthode

Overridden.Teaches the node.
public Learn ( ) : void
Résultat void

Run() public méthode

Overridden.Runs the node.
public Run ( ) : void
Résultat void

SelfOrganizingNode() public méthode

Constructs the node and defines the xpidea.neuro.net.son.SelfOrganizingNode.LearningRate
public SelfOrganizingNode ( double learningRate ) : System
learningRate double The learning rate of the node.
Résultat System

Property Details

LearningRate public_oe property

Stores node learning rate.
public double LearningRate
Résultat double