public class GLMValidation extends Iced
Modifier and Type | Class and Description |
---|---|
static class |
GLMValidation.GLMXValidation |
Modifier and Type | Field and Description |
---|---|
static double[] |
DEFAULT_THRESHOLDS |
static DocGen.FieldDoc[] |
DOC_FIELDS |
Constructor and Description |
---|
GLMValidation(Key dataKey,
double ymu,
GLMParams glm,
int rank) |
Modifier and Type | Method and Description |
---|---|
void |
add(double yreal,
double ymodel) |
void |
add(GLMValidation v) |
double |
aic() |
double |
auc() |
protected void |
computeAIC() |
protected void |
computeAUC() |
protected void |
finalize_AIC_AUC() |
static Key |
makeKey() |
double |
nullDeviance() |
long |
nullDOF() |
protected void |
regularize(double reg) |
long |
resDOF() |
double |
residualDeviance() |
java.lang.String |
toString() |
clone, frozenType, init, newInstance, read, toDocField, write, writeJSON, writeJSONFields
public static DocGen.FieldDoc[] DOC_FIELDS
public static double[] DEFAULT_THRESHOLDS
protected void regularize(double reg)
public static Key makeKey()
public void add(double yreal, double ymodel)
public void add(GLMValidation v)
public final double nullDeviance()
public final double residualDeviance()
public final long nullDOF()
public final long resDOF()
public double auc()
public double aic()
protected void computeAIC()
public java.lang.String toString()
toString
in class java.lang.Object
protected void finalize_AIC_AUC()
protected void computeAUC()