public class TableTrainingSpec extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
static org.apache.commons.logging.Log |
LOG
The Constant LOG.
|
Constructor and Description |
---|
TableTrainingSpec() |
Modifier and Type | Method and Description |
---|---|
void |
createRDDs(org.apache.spark.api.java.JavaSparkContext sparkContext)
Creates the rd ds.
|
static TableTrainingSpec.TableTrainingSpecBuilder |
newBuilder()
New builder.
|
public static TableTrainingSpec.TableTrainingSpecBuilder newBuilder()
public void createRDDs(org.apache.spark.api.java.JavaSparkContext sparkContext) throws LensException
sparkContext
- the spark contextLensException
- the lens exceptionCopyright © 2014–2015 Apache Software Foundation. All rights reserved.