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

A factory to create PNN networks.
파일 보기 프로젝트 열기: encog/encog-silverlight-core

공개 메소드들

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

Create a PNN network.

메소드 상세

Create() 공개 메소드

Create a PNN 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