C# 클래스 Encog.ML.Factory.MLTrainFactory

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

공개 메소드들

메소드 설명
Create ( IMLMethod method, IMLDataSet training, String type, String args ) : IMLTrain

Create a trainer.

MLTrainFactory ( ) : System

Construct the boject.

메소드 상세

Create() 공개 메소드

Create a trainer.
public Create ( IMLMethod method, IMLDataSet training, String type, String args ) : IMLTrain
method IMLMethod The method to train.
training IMLDataSet The training data.
type String Type type of trainer.
args String The training args.
리턴 IMLTrain

MLTrainFactory() 공개 메소드

Construct the boject.
public MLTrainFactory ( ) : System
리턴 System