C# Class xpidea.neuro.net.bam.BidirectionalAssociativeMemoryInputNode

Implements an input node in BAM network.
Inheritance: BidirectionalAssociativeMemoryOutputNode
ファイルを表示 Open project: AlexCherkasov/Neuro.NET Class Usage Examples

Public Methods

Method Description
Learn ( ) : void

Overridden.Does nothing, since the learning process of the BAM network is different.

Run ( ) : void

Overridden.Runs the node.

Method Details

Learn() public method

Overridden.Does nothing, since the learning process of the BAM network is different.
public Learn ( ) : void
return void

Run() public method

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