C# Класс Encog.Neural.Networks.Structure.NeuralStructure

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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