|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.encog.util.benchmark.Evaluate
public final class Evaluate
Used to evaluate the training time for a network.
| Field Summary | |
|---|---|
static double |
MILIS
Mili-seconds in a second. |
static int |
TRYS
How many times to try. |
| Method Summary | |
|---|---|
static double |
evaluateNetwork(BasicNetwork network,
NeuralDataSet training)
Evaluate how long it takes to calculate the error for the network. |
static double |
evaluateTrain(BasicNetwork network,
NeuralDataSet training)
Evaluate how long it takes to calculate the error for the network. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final double MILIS
public static final int TRYS
| Method Detail |
|---|
public static double evaluateNetwork(BasicNetwork network,
NeuralDataSet training)
network - The network to evaluate with.training - The training data to use.
public static double evaluateTrain(BasicNetwork network,
NeuralDataSet training)
network - The network to evaluate with.training - The training data to use.
|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||