Package | Description |
---|---|
org.deeplearning4j.eval | |
org.deeplearning4j.nn.multilayer |
Modifier and Type | Method and Description |
---|---|
void |
Evaluation.merge(Evaluation other)
Merge the other evaluation object into this one.
|
Modifier and Type | Method and Description |
---|---|
Evaluation |
MultiLayerNetwork.evaluate(org.nd4j.linalg.dataset.api.iterator.DataSetIterator iterator)
Evaluate the network (classification performance)
|
Evaluation |
MultiLayerNetwork.evaluate(org.nd4j.linalg.dataset.api.iterator.DataSetIterator iterator,
List<String> labelsList)
Evaluate the network on the provided data set.
|
Copyright © 2016. All Rights Reserved.