C# Класс Encog.Neural.SOM.SOMNetwork

Наследование: Encog.ML.BasicML, IMLClassification, IMLResettable, IMLError
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CalculateError ( IMLDataSet data ) : double
Classify ( IMLData input ) : int
Compute ( IMLData input ) : IMLData

Determine the winner for the specified input. This is the number of the winning neuron.

Reset ( ) : void
Reset ( int seed ) : void
SOMNetwork ( ) : Encog.MathUtil.Matrices

Default constructor.

SOMNetwork ( int inputCount, int outputCount ) : Encog.MathUtil.Matrices

The constructor.

UpdateProperties ( ) : void
Winner ( IMLData input ) : int

Determine the winner for the specified input. This is the number of the winning neuron.

Описание методов

CalculateError() публичный Метод

public CalculateError ( IMLDataSet data ) : double
data IMLDataSet
Результат double

Classify() публичный Метод

public Classify ( IMLData input ) : int
input IMLData
Результат int

Compute() публичный Метод

Determine the winner for the specified input. This is the number of the winning neuron.
public Compute ( IMLData input ) : IMLData
input IMLData The input pattern.
Результат IMLData

Reset() публичный Метод

public Reset ( ) : void
Результат void

Reset() публичный Метод

public Reset ( int seed ) : void
seed int
Результат void

SOMNetwork() публичный Метод

Default constructor.
public SOMNetwork ( ) : Encog.MathUtil.Matrices
Результат Encog.MathUtil.Matrices

SOMNetwork() публичный Метод

The constructor.
public SOMNetwork ( int inputCount, int outputCount ) : Encog.MathUtil.Matrices
inputCount int Number of input neurons
outputCount int Number of output neurons
Результат Encog.MathUtil.Matrices

UpdateProperties() публичный закрытый Метод

public final UpdateProperties ( ) : void
Результат void

Winner() публичный Метод

Determine the winner for the specified input. This is the number of the winning neuron.
public Winner ( IMLData input ) : int
input IMLData The input pattern.
Результат int