C# Класс Encog.ML.Factory.MLMethodFactory

This factory is used to create machine learning methods.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Create ( String methodType, String architecture, int input, int output ) : IMLMethod

Create a new machine learning method.

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

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

Create a new machine learning method.
public Create ( String methodType, String architecture, int input, int output ) : IMLMethod
methodType String The method to create.
architecture String The architecture string.
input int The input count.
output int The output count.
Результат IMLMethod