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

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

Public Properties

Property Type Description
LearningRate double

Public Methods

Method 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 method

Overridden.Teaches the node.
public Learn ( ) : void
return void

Run() public method

Overridden.Runs the node.
public Run ( ) : void
return void

SelfOrganizingNode() public method

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.
return System

Property Details

LearningRate public_oe property

Stores node learning rate.
public double LearningRate
return double