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

Наследование: NeuralNetworkError
Показать файл Открыть проект

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

Метод Описание
TrainingError ( Exception t ) : System

Construct an exception that holds another exception.

TrainingError ( String msg ) : System

Construct a message exception.

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

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

Construct an exception that holds another exception.
public TrainingError ( Exception t ) : System
t System.Exception The other exception.
Результат System

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

Construct a message exception.
public TrainingError ( String msg ) : System
msg String The exception message.
Результат System