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

This factory is used to create machine learning methods.
파일 보기 프로젝트 열기: encog/encog-silverlight-core 1 사용 예제들

공개 메소드들

메소드 설명
Create ( String methodType, String architecture, int input, int output ) : IMLMethod

Create a new machine learning method.

메소드 상세

Create() 공개 메소드

Create a new machine learning method.
public Create ( String methodType, String architecture, int input, int output ) : IMLMethod
methodType String The method to create.
architecture String The architecture string.
input int The input count.
output int The output count.
리턴 IMLMethod