C# Класс xpidea.neuro.net.son.SelfOrganizingNode

Implements a node in xpidea.neuro.net.son.SelfOrganizingNetwork
Наследование: NeuroNode
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
LearningRate double

Открытые методы

Метод Описание
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

Описание методов

Learn() публичный Метод

Overridden.Teaches the node.
public Learn ( ) : void
Результат void

Run() публичный Метод

Overridden.Runs the node.
public Run ( ) : void
Результат void

SelfOrganizingNode() публичный Метод

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.
Результат System

Описание свойств

LearningRate публичное свойство

Stores node learning rate.
public double LearningRate
Результат double