This project has retired. For details please refer to its Attic page.
TableTrainingSpec (Lens 2.0.1-beta-incubating API)

org.apache.lens.ml.spark
Class TableTrainingSpec

java.lang.Object
  extended by org.apache.lens.ml.spark.TableTrainingSpec
All Implemented Interfaces:
Serializable

public class TableTrainingSpec
extends Object
implements Serializable

The Class TableTrainingSpec.

See Also:
Serialized Form

Nested Class Summary
static class TableTrainingSpec.DataSample
          The Class DataSample.
static class TableTrainingSpec.GetLabeledPoint
          The Class GetLabeledPoint.
static class TableTrainingSpec.TableTrainingSpecBuilder
          The Class TableTrainingSpecBuilder.
static class TableTrainingSpec.TestingFilter
          The Class TestingFilter.
static class TableTrainingSpec.TrainingFilter
          The Class TrainingFilter.
 
Field Summary
static org.apache.commons.logging.Log LOG
          The Constant LOG.
 
Constructor Summary
TableTrainingSpec()
           
 
Method Summary
 void createRDDs(org.apache.spark.api.java.JavaSparkContext sparkContext)
          Creates the rd ds.
static TableTrainingSpec.TableTrainingSpecBuilder newBuilder()
          New builder.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

public static final org.apache.commons.logging.Log LOG
The Constant LOG.

Constructor Detail

TableTrainingSpec

public TableTrainingSpec()
Method Detail

newBuilder

public static TableTrainingSpec.TableTrainingSpecBuilder newBuilder()
New builder.

Returns:
the table training spec builder

createRDDs

public void createRDDs(org.apache.spark.api.java.JavaSparkContext sparkContext)
                throws LensException
Creates the rd ds.

Parameters:
sparkContext - the spark context
Throws:
LensException - the lens exception


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