C# Класс Encog.Neural.Networks.Training.TrainingSetScore

Calculate a score based on a training set. This class allows simulated annealing or genetic algorithms just as you would any other training set based training method.
Наследование: ICalculateScore
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CalculateScore ( IMLRegression method ) : double

Calculate the score for the network.

TrainingSetScore ( IMLDataSet training ) : Encog.ML

Construct a training set score calculation.

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

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

Calculate the score for the network.
public CalculateScore ( IMLRegression method ) : double
method IMLRegression The network to calculate for.
Результат double

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

Construct a training set score calculation.
public TrainingSetScore ( IMLDataSet training ) : Encog.ML
training IMLDataSet The training data to use.
Результат Encog.ML