Package | Description |
---|---|
org.deeplearning4j.arbiter.evaluator.multilayer | |
org.deeplearning4j.arbiter.scoring.util | |
org.deeplearning4j.eval |
Modifier and Type | Method and Description |
---|---|
Evaluation |
ClassificationEvaluator.evaluateModel(Object model,
DataProvider dataProvider) |
Modifier and Type | Method and Description |
---|---|
static Evaluation |
ScoreUtil.getEvaluation(ComputationGraph model,
DataSetIterator testData)
Get the evaluation
for the given model and test dataset
|
static Evaluation |
ScoreUtil.getEvaluation(ComputationGraph model,
MultiDataSetIterator testData)
Get the evaluation
for the given model and test dataset
|
static Evaluation |
ScoreUtil.getEvaluation(MultiLayerNetwork model,
DataSetIterator testData) |
Modifier and Type | Method and Description |
---|---|
static Evaluation |
Evaluation.fromJson(String json)
Deprecated.
Use ND4J Evaluation class, which has the same interface:
Evaluation.Metric |
static Evaluation |
Evaluation.fromYaml(String yaml)
Deprecated.
Use ND4J Evaluation class, which has the same interface:
Evaluation.Metric |
Copyright © 2020. All rights reserved.