C# 클래스 BPNN, uBAD

상속: MonoBehaviour
파일 보기 프로젝트 열기: simonwittber/uBAD 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
inputCount int

공개 메소드들

메소드 설명
Awake ( ) : void
ConstructNN ( int ni, int nh, int no ) : void
Start ( ) : void
Test ( TrainingPair patterns ) : void
Train ( TrainingPair patterns, int iter = 100, double N = 0.5, double M = 0.1 ) : void

비공개 메소드들

메소드 설명
BackPropagate ( double targets, double N, double M ) : double
Calculate ( double inputs ) : double[]
DSigmoid ( double y ) : double
NewArray ( int length, double fill ) : double[]
NewMatrix ( int I, int J, double fill = 0.0 ) : ].double[
Sigmoid ( double x ) : double

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

ConstructNN() 공개 메소드

public ConstructNN ( int ni, int nh, int no ) : void
ni int
nh int
no int
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Test() 공개 메소드

public Test ( TrainingPair patterns ) : void
patterns TrainingPair
리턴 void

Train() 공개 메소드

public Train ( TrainingPair patterns, int iter = 100, double N = 0.5, double M = 0.1 ) : void
patterns TrainingPair
iter int
N double
M double
리턴 void

프로퍼티 상세

inputCount 공개적으로 프로퍼티

public int inputCount
리턴 int