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() |
AUC(ConfusionMatrix2[] cms,
float[] thresh)
Constructor for algos that make their own CMs
|
AUC(ConfusionMatrix2[] cms,
float[] thresh,
java.lang.String[] domain)
Constructor for algos that make their own CMs
|
| Modifier and Type | Method and Description |
|---|---|
AUCData |
data() |
void |
execImpl() |
clone, frozenType, read_impl, read, readExternal, readJSON_impl, readJSON, 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()
public AUC(ConfusionMatrix2[] cms, float[] thresh)
cms - ConfusionMatricesthresh - Thresholdspublic AUC(ConfusionMatrix2[] cms, float[] thresh, java.lang.String[] domain)
cms - ConfusionMatricesthresh - Thresholdsdomain - Domainpublic AUCData data()
public void execImpl()