C# Класс Encog.ML.Data.IMLDataError

The base Encog neural data error.
Наследование: EncogError
Показать файл Открыть проект

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

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

Pass on an exception.

IMLDataError ( String str ) : System

Construct a message exception.

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

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

Pass on an exception.
public IMLDataError ( Exception e ) : System
e System.Exception The other exception.
Результат System

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

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