C# Класс Encog.Neural.Networks.Pattern.PatternError

Indicates an error has occurred in the pattern classes.
Наследование: EncogError
Показать файл Открыть проект

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

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

Pass on an exception.

PatternError ( String str ) : System

Construct a message exception.

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

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

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

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

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