water.util
Class GLMRunner

java.lang.Object
  extended by water.util.GLMRunner

public class GLMRunner
extends java.lang.Object


Constructor Summary
GLMRunner()
           
 
Method Summary
static void main(java.lang.String[] args)
          Simple GLM wrapper to enable launching GLM from command line.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GLMRunner

public GLMRunner()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.InterruptedException
Simple GLM wrapper to enable launching GLM from command line. Example input: java -jar target/h2o.jar -name=test -runMethod water.util.GLMRunner -file=smalldata/logreg/prostate.csv -y=CAPSULE -family=binomial

Parameters:
args -
Throws:
java.lang.InterruptedException