org.apache.lens.ml.task
Class MLTask

java.lang.Object
  extended by org.apache.lens.ml.task.MLTask
All Implemented Interfaces:
Runnable

public class MLTask
extends Object
implements Runnable

Run a complete cycle of train and test (evaluation) for an ML algorithm


Nested Class Summary
static class MLTask.Builder
          Builder to create an example task
static class MLTask.State
           
 
Field Summary
 String password
          Password to connect to Lens server
 String userName
          User name to connect to Lens server
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

userName

public String userName
User name to connect to Lens server


password

public String password
Password to connect to Lens server

Method Detail

run

public void run()
Specified by:
run in interface Runnable


Copyright © 2014 Apache Software Foundation. All rights reserved.