Class | Description |
---|---|
CollectScoresIterationListener |
CollectScoresIterationListener simply stores the model scores internally (along with the iteration) every 1 or N
iterations (this is configurable).
|
ComposableIterationListener |
A group of listeners
|
ParamAndGradientIterationListener |
An iteration listener that provides details on parameters and gradients at each iteration during traning.
|
PerformanceListener |
Simple IterationListener that tracks time spend on training per iteration.
|
PerformanceListener.Builder | |
ScoreIterationListener |
Score iteration listener
|