org.encog.util.benchmark
public final class Evaluate extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
MILIS
Mili-seconds in a second.
|
| Constructor and Description |
|---|
Evaluate() |
| Modifier and Type | Method and Description |
|---|---|
static int |
evaluateTrain(BasicNetwork network,
MLDataSet training)
Evaluate how long it takes to calculate the error for the network.
|
static int |
evaluateTrain(int input,
int hidden1,
int hidden2,
int output) |
public static final int MILIS
public static int evaluateTrain(int input,
int hidden1,
int hidden2,
int output)
public static int evaluateTrain(BasicNetwork network, MLDataSet training)
network - The network to evaluate with.training - The training data to use.Copyright © 2014. All Rights Reserved.