C# 클래스 Encog.ML.Data.Specific.SQLMLDataSet

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

공개 메소드들

메소드 설명
SQLMLDataSet ( String sql, int inputSize, int idealSize, String connectString ) : System

Create a SQL neural data set.

메소드 상세

SQLMLDataSet() 공개 메소드

Create a SQL neural data set.
public SQLMLDataSet ( String sql, int inputSize, int idealSize, String connectString ) : System
sql String The SQL to execute.
inputSize int The size of the input data being read.
idealSize int The size of the ideal output data being read.
connectString String The connection string.
리턴 System