hex
Class GLMGrid.GLMModels

java.lang.Object
  extended by water.Iced
      extended by hex.GLMGrid.GLMModels
All Implemented Interfaces:
java.lang.Cloneable, Freezable, Job.Progress
Enclosing class:
GLMGrid

public static class GLMGrid.GLMModels
extends Iced
implements Job.Progress


Method Summary
 float progress()
           
 long runTime()
           
 java.lang.Iterable<DGLM.GLMModel> sorted()
           
 com.google.gson.JsonObject toJson()
           
 
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
 

Method Detail

runTime

public final long runTime()

progress

public float progress()
Specified by:
progress in interface Job.Progress

sorted

public java.lang.Iterable<DGLM.GLMModel> sorted()

toJson

public com.google.gson.JsonObject toJson()