Property | Type | Description | |
---|---|---|---|
inputCount | int |
Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
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 |
public ConstructNN ( int ni, int nh, int no ) : void | ||
ni | int | |
nh | int | |
no | int | |
return | void |
public Train ( TrainingPair patterns, int iter = 100, double N = 0.5, double M = 0.1 ) : void | ||
patterns | TrainingPair | |
iter | int | |
N | double | |
M | double | |
return | void |