|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TrainFlatNetwork
Common interface for training a flat neural network.
| Method Summary | |
|---|---|
void |
finishTraining()
Training is to stop, free any resources. |
double |
getError()
|
int |
getIteration()
|
FlatNetwork |
getNetwork()
|
int |
getNumThreads()
|
MLDataSet |
getTraining()
|
void |
iteration()
Perform one training iteration. |
void |
iteration(int count)
Perform one training iteration. |
void |
setIteration(int iteration)
Set the iteration. |
void |
setNumThreads(int numThreads)
Set the number of threads to use. |
| Method Detail |
|---|
double getError()
FlatNetwork getNetwork()
MLDataSet getTraining()
void iteration()
void iteration(int count)
count - The number of iterations.void setNumThreads(int numThreads)
numThreads - The number of threads to use.int getNumThreads()
void finishTraining()
int getIteration()
void setIteration(int iteration)
iteration - The iteration.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||