C# 클래스 Encog.ML.Factory.Method.FeedforwardFactory

파일 보기 프로젝트 열기: encog/encog-silverlight-core

공개 메소드들

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

Create a feed forward network.

메소드 상세

Create() 공개 메소드

Create a feed forward network.
public Create ( String architecture, int input, int output ) : IMLMethod
architecture String The architecture string to use.
input int The input count.
output int The output count.
리턴 IMLMethod