C# Class BPNN, uBAD

Inheritance: MonoBehaviour
Afficher le fichier Open project: simonwittber/uBAD Class Usage Examples

Méthodes publiques

Свойство Type Description
inputCount int

Méthodes publiques

Méthode 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

Private Methods

Méthode 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

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

ConstructNN() public méthode

public ConstructNN ( int ni, int nh, int no ) : void
ni int
nh int
no int
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Test() public méthode

public Test ( TrainingPair patterns ) : void
patterns TrainingPair
Résultat void

Train() public méthode

public Train ( TrainingPair patterns, int iter = 100, double N = 0.5, double M = 0.1 ) : void
patterns TrainingPair
iter int
N double
M double
Résultat void

Property Details

inputCount public_oe property

public int inputCount
Résultat int