C# 클래스 Encog.Neural.Networks.Structure.NeuralStructure

파일 보기 프로젝트 열기: encog/encog-silverlight-core 1 사용 예제들

공개 메소드들

메소드 설명
CalculateSize ( ) : int

Calculate the size that an array should be to hold all of the weights and bias values.

EnforceLimit ( ) : void

Enforce that all connections are above the connection limit. Any connections below this limit will be severed.

FinalizeLimit ( ) : void

Parse/finalize the limit value for connections.

FinalizeStructure ( ) : void

Build the synapse and layer structure. This method should be called after you are done adding layers to a network, or change the network's logic property.

NeuralStructure ( BasicNetwork network ) : System

Construct a structure object for the specified network.

RequireFlat ( ) : void

Throw an error if there is no flat network.

UpdateProperties ( ) : void

Update any properties from the property map.

메소드 상세

CalculateSize() 공개 메소드

Calculate the size that an array should be to hold all of the weights and bias values.
public CalculateSize ( ) : int
리턴 int

EnforceLimit() 공개 메소드

Enforce that all connections are above the connection limit. Any connections below this limit will be severed.
public EnforceLimit ( ) : void
리턴 void

FinalizeLimit() 공개 메소드

Parse/finalize the limit value for connections.
public FinalizeLimit ( ) : void
리턴 void

FinalizeStructure() 공개 메소드

Build the synapse and layer structure. This method should be called after you are done adding layers to a network, or change the network's logic property.
public FinalizeStructure ( ) : void
리턴 void

NeuralStructure() 공개 메소드

Construct a structure object for the specified network.
public NeuralStructure ( BasicNetwork network ) : System
network BasicNetwork
리턴 System

RequireFlat() 공개 메소드

Throw an error if there is no flat network.
public RequireFlat ( ) : void
리턴 void

UpdateProperties() 공개 메소드

Update any properties from the property map.
public UpdateProperties ( ) : void
리턴 void