Méthode | Description | |
---|---|---|
EvaluateTrain ( |
Evaluate how long it takes to calculate the error for the network. This causes each of the training pairs to be run through the network. The network is evaluated 10 times and the lowest time is reported.
|
|
EvaluateTrain ( int input, int hidden1, int hidden2, int output ) : int |
Evaluate training.
|
public static EvaluateTrain ( |
||
network | The training data to use. | |
training | IMLDataSet | The number of seconds that it took. |
Résultat | int |
public static EvaluateTrain ( int input, int hidden1, int hidden2, int output ) : int | ||
input | int | Input neurons. |
hidden1 | int | Hidden 1 neurons. |
hidden2 | int | Hidden 2 neurons. |
output | int | Output neurons. |
Résultat | int |