Modifier and Type | Field and Description |
---|---|
double |
_betaEps |
DGLM.CaseMode |
_caseMode |
double |
_caseVal |
double |
_caseWeight |
DGLM.FamilyIced |
_family |
DGLM.LinkIced |
_link |
int |
_maxIter |
boolean |
_reweightGram |
Constructor and Description |
---|
DGLM.GLMParams(DGLM.Family family) |
DGLM.GLMParams(DGLM.Family family,
DGLM.Link link) |
DGLM.GLMParams(DGLM.Family family,
DGLM.Link link,
double tweedieVariancePower,
double tweedieLinkPower) |
Modifier and Type | Method and Description |
---|---|
void |
checkResponseCol(ValueArray.Column ycol,
java.util.ArrayList<java.lang.String> warnings) |
com.google.gson.JsonObject |
toJson() |
java.lang.String |
toString2() |
clone, frozenType, init, newInstance, read, toDocField, write, writeJSON, writeJSONFields
public DGLM.FamilyIced _family
public DGLM.LinkIced _link
public double _betaEps
public int _maxIter
public double _caseVal
public double _caseWeight
public DGLM.CaseMode _caseMode
public boolean _reweightGram
public DGLM.GLMParams(DGLM.Family family)
public DGLM.GLMParams(DGLM.Family family, DGLM.Link link)
public DGLM.GLMParams(DGLM.Family family, DGLM.Link link, double tweedieVariancePower, double tweedieLinkPower)
public void checkResponseCol(ValueArray.Column ycol, java.util.ArrayList<java.lang.String> warnings)
public com.google.gson.JsonObject toJson()
public java.lang.String toString2()