public class ModelMetrics extends Keyed
| Modifier and Type | Class and Description |
|---|---|
static class |
ModelMetrics.MetricBuilder
Class used to compute AUCs, CMs & HRs "on the fly" during other passes
over Big Data.
|
| Modifier and Type | Field and Description |
|---|---|
double |
_mse |
| Constructor and Description |
|---|
ModelMetrics(Model model,
Frame frame) |
ModelMetrics(Model model,
Frame frame,
double mse) |
| Modifier and Type | Method and Description |
|---|---|
AUCData |
auc() |
protected long |
checksum_impl()
High-quality 64-bit checksum of the content of the
object.
|
ConfusionMatrix |
cm() |
Frame |
frame() |
static ModelMetrics |
getFromDKV(Model model,
Frame frame) |
HitRatio |
hr() |
boolean |
isForFrame(Frame f) |
boolean |
isForModel(Model m) |
Model |
model() |
clone, frozenType, read_impl, read, readExternal, readJSON_impl, readJSON, toJsonString, write_impl, write, writeExternal, writeHTML_impl, writeHTML, writeJSON_impl, writeJSONpublic Model model()
public Frame frame()
public ConfusionMatrix cm()
public HitRatio hr()
public AUCData auc()
public boolean isForModel(Model m)
public boolean isForFrame(Frame f)
public static ModelMetrics getFromDKV(Model model, Frame frame)
protected long checksum_impl()
Keyedchecksum_impl in class Keyed