| Package | Description |
|---|---|
| org.deeplearning4j.arbiter.scoring.impl |
| Modifier and Type | Field and Description |
|---|---|
protected ROCScoreFunction.ROCType |
ROCScoreFunction.type |
| Modifier and Type | Method and Description |
|---|---|
static ROCScoreFunction.ROCType |
ROCScoreFunction.ROCType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ROCScoreFunction.ROCType[] |
ROCScoreFunction.ROCType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ROCScoreFunction(@NonNull ROCScoreFunction.ROCType type,
@NonNull ROCScoreFunction.Metric metric) |
Copyright © 2020. All rights reserved.