| Package | Description |
|---|---|
| org.deeplearning4j.earlystopping | |
| org.deeplearning4j.earlystopping.scorecalc |
| Modifier and Type | Method and Description |
|---|---|
EarlyStoppingConfiguration.Builder<T> |
EarlyStoppingConfiguration.Builder.scoreCalculator(ScoreCalculator<T> scoreCalculator)
Score calculator.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataSetLossCalculator
Given a DataSetIterator: calculate the total loss for the model on that data set.
|
class |
DataSetLossCalculatorCG
Given a DataSetIterator: calculate
the total loss for the model on that data set.
|
Copyright © 2017. All rights reserved.