C# 클래스 Accord.Neuro.DistanceLayer

상속: Layer
파일 보기 프로젝트 열기: accord-net/framework 1 사용 예제들

공개 메소드들

메소드 설명
DistanceLayer ( int neuronsCount, int inputsCount ) : System

Initializes a new instance of the DistanceLayer class.

The new layet is randomized (see Neuron.Randomize method) after it is created.

메소드 상세

DistanceLayer() 공개 메소드

Initializes a new instance of the DistanceLayer class.
The new layet is randomized (see Neuron.Randomize method) after it is created.
public DistanceLayer ( int neuronsCount, int inputsCount ) : System
neuronsCount int Layer's neurons count.
inputsCount int Layer's inputs count.
리턴 System