hex
Class DGLM.LambdaMaxFunc

java.lang.Object
  extended by water.Iced
      extended by hex.NewRowVecTask.RowFunc<DGLM.LambdaMax>
          extended by hex.DGLM.LambdaMaxFunc
All Implemented Interfaces:
java.lang.Cloneable, Freezable
Enclosing class:
DGLM

public static class DGLM.LambdaMaxFunc
extends NewRowVecTask.RowFunc<DGLM.LambdaMax>


Field Summary
 
Fields inherited from class hex.NewRowVecTask.RowFunc
_expandCats, _standardize, TYPE
 
Constructor Summary
DGLM.LambdaMaxFunc(NewRowVecTask.DataFrame data, double ymu, DGLM.Link l, DGLM.Family f)
           
 
Method Summary
 DGLM.LambdaMax newResult()
           
 void processRow(DGLM.LambdaMax res, double[] x, int[] indexes)
           
 DGLM.LambdaMax reduce(DGLM.LambdaMax x, DGLM.LambdaMax y)
           
 
Methods inherited from class hex.NewRowVecTask.RowFunc
apply, memReq, result
 
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
 

Constructor Detail

DGLM.LambdaMaxFunc

public DGLM.LambdaMaxFunc(NewRowVecTask.DataFrame data,
                          double ymu,
                          DGLM.Link l,
                          DGLM.Family f)
Method Detail

newResult

public DGLM.LambdaMax newResult()
Specified by:
newResult in class NewRowVecTask.RowFunc<DGLM.LambdaMax>

processRow

public void processRow(DGLM.LambdaMax res,
                       double[] x,
                       int[] indexes)
Specified by:
processRow in class NewRowVecTask.RowFunc<DGLM.LambdaMax>

reduce

public DGLM.LambdaMax reduce(DGLM.LambdaMax x,
                             DGLM.LambdaMax y)
Specified by:
reduce in class NewRowVecTask.RowFunc<DGLM.LambdaMax>