| Package | Description |
|---|---|
| org.deeplearning4j.eval | |
| org.deeplearning4j.nn.graph | |
| org.deeplearning4j.nn.multilayer |
| Modifier and Type | Method and Description |
|---|---|
void |
ROCMultiClass.merge(ROCMultiClass other)
Merge this ROCMultiClass instance with another.
|
| Modifier and Type | Method and Description |
|---|---|
ROCMultiClass |
ComputationGraph.evaluateROCMultiClass(org.nd4j.linalg.dataset.api.iterator.DataSetIterator iterator,
int rocThresholdSteps)
Evaluate the network on the specified data, using the
ROCMultiClass class |
ROCMultiClass |
ComputationGraph.evaluateROCMultiClass(org.nd4j.linalg.dataset.api.iterator.MultiDataSetIterator iterator,
int rocThresholdSteps)
Evaluate the network on the specified data, using the
ROCMultiClass class |
| Modifier and Type | Method and Description |
|---|---|
ROCMultiClass |
MultiLayerNetwork.evaluateROCMultiClass(org.nd4j.linalg.dataset.api.iterator.DataSetIterator iterator,
int rocThresholdSteps)
Evaluate the network on the specified data, using the
ROCMultiClass class |
Copyright © 2017. All rights reserved.