C# 클래스 xpidea.neuro.net.bam.BidirectionalAssociativeMemoryInputNode

Implements an input node in BAM network.
상속: BidirectionalAssociativeMemoryOutputNode
파일 보기 프로젝트 열기: AlexCherkasov/Neuro.NET 1 사용 예제들

공개 메소드들

메소드 설명
Learn ( ) : void

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

Run ( ) : void

Overridden.Runs the node.

메소드 상세

Learn() 공개 메소드

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

Run() 공개 메소드

Overridden.Runs the node.
public Run ( ) : void
리턴 void