Beispiel #1
0
 public IterationInfo(int i, GLMIterationTask glmt, final int[] activeCols) {
   _iter = i;
   _glmt = glmt.clone();
   _activeCols = activeCols;
   assert _glmt._beta != null && _glmt._val != null;
 }