| Package | Description |
|---|---|
| org.nd4j.evaluation.classification |
| Modifier and Type | Method and Description |
|---|---|
static ROCBinary |
ROCBinary.fromJson(String json) |
ROCBinary |
EvaluationBinary.getROCBinary()
Returns the
ROCBinary instance, if present |
ROCBinary |
ROCBinary.newInstance() |
| Modifier and Type | Method and Description |
|---|---|
void |
ROCBinary.merge(ROCBinary other) |
| Constructor and Description |
|---|
EvaluationBinary(int axis,
ROCBinary rocBinary,
List<String> labels,
INDArray decisionThreshold) |
Copyright © 2021. All rights reserved.