C# 클래스 Encog.Neural.Networks.Prune.HiddenLayerParams

Specifies the minimum and maximum neuron counts for a layer.
파일 보기 프로젝트 열기: encog/encog-silverlight-core 1 사용 예제들

공개 메소드들

메소드 설명
HiddenLayerParams ( int min, int max ) : System

Construct a hidden layer param object with the specified min and max values.

메소드 상세

HiddenLayerParams() 공개 메소드

Construct a hidden layer param object with the specified min and max values.
public HiddenLayerParams ( int min, int max ) : System
min int The minimum number of neurons.
max int The maximum number of neurons.
리턴 System