hex
Class DGLM.GLMParams

java.lang.Object
  extended by water.Iced
      extended by hex.DGLM.GLMParams
All Implemented Interfaces:
java.lang.Cloneable, Freezable
Enclosing class:
DGLM

public static class DGLM.GLMParams
extends Iced


Field Summary
 double _betaEps
           
 DGLM.CaseMode _caseMode
           
 double _caseVal
           
 double _caseWeight
           
 DGLM.FamilyIced _family
           
 DGLM.LinkIced _link
           
 int _maxIter
           
 boolean _reweightGram
           
 
Constructor Summary
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)
           
 
Method Summary
 void checkResponseCol(ValueArray.Column ycol, java.util.ArrayList<java.lang.String> warnings)
           
 com.google.gson.JsonObject toJson()
           
 java.lang.String toString2()
           
 
Methods inherited from class water.Iced
clone, frozenType, init, newInstance, read, toDocField, write, writeJSON, writeJSONFields
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_family

public DGLM.FamilyIced _family

_link

public DGLM.LinkIced _link

_betaEps

public double _betaEps

_maxIter

public int _maxIter

_caseVal

public double _caseVal

_caseWeight

public double _caseWeight

_caseMode

public DGLM.CaseMode _caseMode

_reweightGram

public boolean _reweightGram
Constructor Detail

DGLM.GLMParams

public DGLM.GLMParams(DGLM.Family family)

DGLM.GLMParams

public DGLM.GLMParams(DGLM.Family family,
                      DGLM.Link link)

DGLM.GLMParams

public DGLM.GLMParams(DGLM.Family family,
                      DGLM.Link link,
                      double tweedieVariancePower,
                      double tweedieLinkPower)
Method Detail

checkResponseCol

public void checkResponseCol(ValueArray.Column ycol,
                             java.util.ArrayList<java.lang.String> warnings)

toJson

public com.google.gson.JsonObject toJson()

toString2

public java.lang.String toString2()