C# 클래스 xpidea.neuro.net.backprop.BackPropagationRPROPNetwork

A Backpropagation network with epoch training implementing RPOP training algorithm.
상속: EpochBackPropagationNetwork
파일 보기 프로젝트 열기: AlexCherkasov/Neuro.NET

공개 메소드들

메소드 설명
BackPropagationRPROPNetwork ( int nodesInEachLayer ) : System

Creates the network.

BackPropagationRPROPNetwork ( string fileName ) : System

Creates the network from a file.

CreateLink ( ) : NeuroLink

Overridden.Creates new xpidea.neuro.net.backprop.EpochBackPropagationLink

메소드 상세

BackPropagationRPROPNetwork() 공개 메소드

Creates the network.
public BackPropagationRPROPNetwork ( int nodesInEachLayer ) : System
nodesInEachLayer int Nodes in each layer of the network.
리턴 System

BackPropagationRPROPNetwork() 공개 메소드

Creates the network from a file.
public BackPropagationRPROPNetwork ( string fileName ) : System
fileName string
리턴 System

CreateLink() 공개 메소드

Overridden.Creates new xpidea.neuro.net.backprop.EpochBackPropagationLink
public CreateLink ( ) : NeuroLink
리턴 NeuroLink