|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectclarion.tools.TrainableImplicitModulePreTrainer.SumSquaredErrorTracker
private class TrainableImplicitModulePreTrainer.SumSquaredErrorTracker
This class implements a sum of squared error tracker.
Usage:
This class is used to track the sum of squared error during training and is especially useful when training with a recursive function.
Field Summary | |
---|---|
(package private) double |
sumsqerr
The sum of squared error |
(package private) int |
sumsqerrcounter
The counter keeping track of the number of times the sum of squared error has been updated. |
Constructor Summary | |
---|---|
private |
TrainableImplicitModulePreTrainer.SumSquaredErrorTracker()
|
Method Summary | |
---|---|
double |
getMeanSumOfSquaredErrors()
Gets the mean sum of squared errors. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
double sumsqerr
int sumsqerrcounter
Constructor Detail |
---|
private TrainableImplicitModulePreTrainer.SumSquaredErrorTracker()
Method Detail |
---|
public double getMeanSumOfSquaredErrors()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |