C# Класс Encog.Neural.Networks.Structure.ValidateForFlat

Validate to determine if this network can be flattened.
Наследование: Encog.Engine.Validate.BasicMachineLearningValidate
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
IsValid ( IEngineMachineLearning eml ) : String

Determine if the specified neural network can be flat. If it can a null is returned, otherwise, an error is returned to show why the network cannot be flattened.

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

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

Determine if the specified neural network can be flat. If it can a null is returned, otherwise, an error is returned to show why the network cannot be flattened.
public IsValid ( IEngineMachineLearning eml ) : String
eml IEngineMachineLearning The network to check.
Результат String