public class AUC extends Iced
| Modifier and Type | Class and Description |
|---|---|
static class |
AUC.ThresholdCriterion |
| Modifier and Type | Field and Description |
|---|---|
Frame |
actual |
Frame |
predict |
AUC.ThresholdCriterion |
threshold_criterion |
Vec |
vactual |
Vec |
vpredict |
| Constructor and Description |
|---|
AUC(ConfusionMatrix[] cms,
float[] thresh,
java.lang.String[] domain)
Constructor for algos that make their own CMs
|
| Modifier and Type | Method and Description |
|---|---|
AUCData |
data() |
clone, frozenType, read_impl, read, readExternal, readJSON_impl, readJSON, toJsonString, write_impl, write, writeExternal, writeHTML_impl, writeHTML, writeJSON_impl, writeJSONpublic Frame actual
public Vec vactual
public Frame predict
public Vec vpredict
public AUC.ThresholdCriterion threshold_criterion
public AUC(ConfusionMatrix[] cms, float[] thresh, java.lang.String[] domain)
cms - ConfusionMatricesthresh - Thresholdsdomain - Domainpublic AUCData data()