public class GLMValidation
extends water.Iced
| Modifier and Type | Class and Description |
|---|---|
static class |
GLMValidation.GLMXValidation |
| Modifier and Type | Field and Description |
|---|---|
float[] |
thresholds |
| Constructor and Description |
|---|
GLMValidation(water.Key dataKey,
double ymu,
GLMModel.GLMParameters glm,
int rank) |
GLMValidation(water.Key dataKey,
double ymu,
GLMModel.GLMParameters glm,
int rank,
float[] thresholds) |
| 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() |
static water.Key |
makeKey() |
double |
nullDeviance() |
long |
nullDOF() |
long |
resDOF() |
double |
residualDeviance() |
java.lang.String |
toString() |
public GLMValidation(water.Key dataKey,
double ymu,
GLMModel.GLMParameters glm,
int rank)
public GLMValidation(water.Key dataKey,
double ymu,
GLMModel.GLMParameters glm,
int rank,
float[] thresholds)
public static water.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()
protected void computeAUC()
public java.lang.String toString()
toString in class java.lang.Object