Package | Description |
---|---|
org.deeplearning4j.eval | |
org.deeplearning4j.nn.multilayer |
Modifier and Type | Method and Description |
---|---|
void |
ROC.merge(ROC other)
Merge this ROC instance with another.
|
Modifier and Type | Method and Description |
---|---|
ROC |
MultiLayerNetwork.evaluateROC(org.nd4j.linalg.dataset.api.iterator.DataSetIterator iterator,
int rocThresholdSteps)
Evaluate the network (must be a binary classifier) on the specified data, using the
ROC class |
Copyright © 2017. All Rights Reserved.