Uses of Interface
org.deeplearning4j.earlystopping.scorecalc.ScoreCalculator
-
Packages that use ScoreCalculator Package Description org.deeplearning4j.earlystopping org.deeplearning4j.earlystopping.scorecalc org.deeplearning4j.earlystopping.scorecalc.base -
-
Uses of ScoreCalculator in org.deeplearning4j.earlystopping
Methods in org.deeplearning4j.earlystopping that return ScoreCalculator Modifier and Type Method Description ScoreCalculator<T>EarlyStoppingConfiguration. getScoreCalculator()Methods in org.deeplearning4j.earlystopping with parameters of type ScoreCalculator Modifier and Type Method Description EarlyStoppingConfiguration.Builder<T>EarlyStoppingConfiguration.Builder. scoreCalculator(ScoreCalculator scoreCalculator)Score calculator.Method parameters in org.deeplearning4j.earlystopping with type arguments of type ScoreCalculator Modifier and Type Method Description EarlyStoppingConfiguration.Builder<T>EarlyStoppingConfiguration.Builder. scoreCalculator(Supplier<ScoreCalculator> scoreCalculatorSupplier)Score calculator. -
Uses of ScoreCalculator in org.deeplearning4j.earlystopping.scorecalc
Classes in org.deeplearning4j.earlystopping.scorecalc that implement ScoreCalculator Modifier and Type Class Description classAutoencoderScoreCalculatorclassClassificationScoreCalculatorclassDataSetLossCalculatorclassDataSetLossCalculatorCGDeprecated.classRegressionScoreCalculatorclassROCScoreCalculatorclassVAEReconErrorScoreCalculatorclassVAEReconProbScoreCalculator -
Uses of ScoreCalculator in org.deeplearning4j.earlystopping.scorecalc.base
Classes in org.deeplearning4j.earlystopping.scorecalc.base that implement ScoreCalculator Modifier and Type Class Description classBaseIEvaluationScoreCalculator<T extends Model,U extends IEvaluation>classBaseMLNScoreCalculatorclassBaseScoreCalculator<T extends Model>
-