This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.lens.ml.impl.MLTask (Lens 2.1.0-beta-incubating API)

Uses of Class
org.apache.lens.ml.impl.MLTask

Packages that use MLTask
org.apache.lens.ml.dao   
org.apache.lens.ml.impl   
 

Uses of MLTask in org.apache.lens.ml.dao
 

Methods in org.apache.lens.ml.dao that return MLTask
 MLTask MLDBUtils.getMLTask(String taskID)
          Get ML Task given its id
 

Methods in org.apache.lens.ml.dao with parameters of type MLTask
 void MLDBUtils.saveMLTask(MLTask task)
          Insert an ML Task into ml task table
 

Uses of MLTask in org.apache.lens.ml.impl
 

Methods in org.apache.lens.ml.impl that return MLTask
 MLTask MLTask.Builder.build()
           
 MLTask MLRunner.train()
           
 



Copyright © 2014–2015 Apache Software Foundation. All rights reserved.