C# Class SharpNeat.View.Graph.NetworkGraphFactory

A factory that creates IOGraph objects from INetworkDefinition(s).
Afficher le fichier Open project: colgreen/sharpneat

Méthodes publiques

Méthode Description
CreateGraph ( INetworkDefinition networkDef ) : IOGraph

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

Méthodes protégées

Méthode Description
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.

Method Details

CreateGraph() public méthode

Create an IOGraph that represents the structure described by the provided INetworkDefinition.
public CreateGraph ( INetworkDefinition networkDef ) : IOGraph
networkDef INetworkDefinition
Résultat IOGraph

CreateGraphNodeAuxData() protected méthode

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
Résultat object[]