C# Класс Encog.Normalize.Input.InputFieldCSV

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

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

Метод Описание
InputFieldCSV ( ) : System

Construct an InputFieldCSV with the default constructor. This is mainly used for reflection.

InputFieldCSV ( bool usedForNetworkInput, String file, int offset ) : System

Construct a input field for a CSV file.

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

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

Construct an InputFieldCSV with the default constructor. This is mainly used for reflection.
public InputFieldCSV ( ) : System
Результат System

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

Construct a input field for a CSV file.
public InputFieldCSV ( bool usedForNetworkInput, String file, int offset ) : System
usedForNetworkInput bool True if this field is used for actual /// input to the neural network, as opposed to segregation only.
file String The tile to read.
offset int The CSV file column to read.
Результат System