public class GapStatisticModel extends Model implements Job.Progress
Model.ModelCategory| Modifier and Type | Field and Description |
|---|---|
static DocGen.FieldDoc[] |
DOC_FIELDS |
_dataKey, _domains, _modelClassDist, _names, _priorClassDist| Constructor and Description |
|---|
GapStatisticModel(Key selfKey,
Key dataKey,
Frame fr,
int ks,
double[] wks,
double[] log_wks,
double[] sk,
int k_max,
int b_max,
int k,
int b) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
double[] |
gaps() |
void |
generateHTML(java.lang.String title,
java.lang.StringBuilder sb) |
float |
progress() |
protected float[] |
score0(double[] data,
float[] preds)
Subclasses implement the scoring logic.
|
double[] |
sk() |
java.lang.String |
toString() |
double[] |
wkbs() |
double[] |
wks() |
adapt, calcError, classNames, cm, delete_impl, errStr, get_params, getDomainMapping, getDomainMapping, getModelCategory, getUniqueId, isClassifier, job, mse, nclasses, nfeatures, responseName, score, score, score, score, score, score, score0, setModelClassDistribution, testJavaScoring, toJava, toJava, toJavaDefaultMaxIters, toJavaInit, toJavaInit, toJavaPredictBody, toJavaSuper, varimpdelete_and_lock, delete, delete, delete, is_unlocked, is_wlocked, read_lock, read_lock, unlock, update, write_lockclone, frozenType, init, newInstance, read, toDocField, write, writeJSON, writeJSONFieldspublic static DocGen.FieldDoc[] DOC_FIELDS
public double[] wks()
public double[] wkbs()
public double[] sk()
public double[] gaps()
public float progress()
progress in interface Job.Progressprotected float[] score0(double[] data,
float[] preds)
Modelpublic java.lang.String toString()
toString in class java.lang.Objectpublic void generateHTML(java.lang.String title,
java.lang.StringBuilder sb)