hex
Class DLSM

java.lang.Object
  extended by hex.DLSM

public class DLSM
extends java.lang.Object

Distributed least squares solvers


Nested Class Summary
static class DLSM.ADMMSolver
           
static class DLSM.GeneralizedGradientSolver
          Generalized gradient solver for solving LSM problem with combination of L1 and L2 penalty.
static class DLSM.LSMSolver
           
static class DLSM.LSMSolverType
           
 
Constructor Summary
DLSM()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DLSM

public DLSM()