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(DataSetIterator iterator)
Evaluate the network on the specified data, using the
ROCMultiClass class. |
ROCMultiClass |
ComputationGraph.evaluateROCMultiClass(DataSetIterator iterator,
int rocThresholdSteps)
Evaluate the network on the specified data, using the
ROCMultiClass class |
ROCMultiClass |
ComputationGraph.evaluateROCMultiClass(MultiDataSetIterator iterator,
int rocThresholdSteps)
Evaluate the network on the specified data, using the
ROCMultiClass class |
Modifier and Type | Method and Description |
---|---|
ROCMultiClass |
MultiLayerNetwork.evaluateROCMultiClass(DataSetIterator iterator)
Evaluate the network on the specified data, using the
ROCMultiClass class. |
ROCMultiClass |
MultiLayerNetwork.evaluateROCMultiClass(DataSetIterator iterator,
int rocThresholdSteps)
Evaluate the network on the specified data, using the
ROCMultiClass class |
Copyright © 2018. All rights reserved.