C# 클래스 SharpNeat.View.Graph.NetworkGraphFactory

A factory that creates IOGraph objects from INetworkDefinition(s).
파일 보기 프로젝트 열기: colgreen/sharpneat

공개 메소드들

메소드 설명
CreateGraph ( INetworkDefinition networkDef ) : IOGraph

Create an IOGraph that represents the structure described by the provided INetworkDefinition.

보호된 메소드들

메소드 설명
CreateGraphNodeAuxData ( INetworkNode node ) : object[]

Create auxiliary data for the specified INetworkNode. This version places the node activation function ID into element 0 of the aux data array.

메소드 상세

CreateGraph() 공개 메소드

Create an IOGraph that represents the structure described by the provided INetworkDefinition.
public CreateGraph ( INetworkDefinition networkDef ) : IOGraph
networkDef INetworkDefinition
리턴 IOGraph

CreateGraphNodeAuxData() 보호된 메소드

Create auxiliary data for the specified INetworkNode. This version places the node activation function ID into element 0 of the aux data array.
protected CreateGraphNodeAuxData ( INetworkNode node ) : object[]
node INetworkNode
리턴 object[]