C# 클래스 Encog.Util.Normalize.Input.InputFieldCSV

상속: BasicInputField
파일 보기 프로젝트 열기: encog/encog-silverlight-core 1 사용 예제들

공개 메소드들

메소드 설명
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