C# 클래스 genetikperceptron.NeuralNetwork

파일 보기 프로젝트 열기: Underflow/genetik-perceptron

공개 메소드들

메소드 설명
NeuralNetwork ( int nb_layers, int>.List neurons ) : System
Process ( List input ) : List

메소드 상세

NeuralNetwork() 공개 메소드

public NeuralNetwork ( int nb_layers, int>.List neurons ) : System
nb_layers int
neurons int>.List
리턴 System

Process() 공개 메소드

public Process ( List input ) : List
input List
리턴 List