C# Class Encog.Normalize.Input.InputFieldCSV

Inheritance: BasicInputField
Afficher le fichier Open project: encog/encog-silverlight-core

Méthodes publiques

Méthode Description
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.

Method Details

InputFieldCSV() public méthode

Construct an InputFieldCSV with the default constructor. This is mainly used for reflection.
public InputFieldCSV ( ) : System
Résultat System

InputFieldCSV() public méthode

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.
Résultat System