|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TrainableImplicitModulePreTrainer.SumSquaredErrorTracker | |
---|---|
clarion.tools |
Uses of TrainableImplicitModulePreTrainer.SumSquaredErrorTracker in clarion.tools |
---|
Methods in clarion.tools with parameters of type TrainableImplicitModulePreTrainer.SumSquaredErrorTracker | |
---|---|
private void |
TrainableImplicitModulePreTrainer.dataRecursor(AbstractTrainableImplicitModule target,
AbstractImplicitModule trainer,
java.util.ListIterator<Dimension> dim,
java.util.ListIterator<? extends Value> val,
TrainableImplicitModulePreTrainer.SumSquaredErrorTracker sqe)
Recursive method that iterates over the dimensions of a dimension-value collection (from the data set and trains the specified target implicit module based on the outputs from the specified trainer implicit module. |
private void |
TrainableImplicitModulePreTrainer.innerLoop(AbstractTrainableImplicitModule target,
AbstractImplicitModule trainer,
java.util.ListIterator<Dimension> dim,
java.util.ListIterator<? extends Value> val,
Dimension d,
Value v,
TrainableImplicitModulePreTrainer.SumSquaredErrorTracker sqe)
The inner loop of the dataRecursor method. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |