|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.lens.ml.spark.TableTrainingSpec
public class TableTrainingSpec
The Class TableTrainingSpec.
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 |
---|
public static final org.apache.commons.logging.Log LOG
Constructor Detail |
---|
public TableTrainingSpec()
Method Detail |
---|
public static TableTrainingSpec.TableTrainingSpecBuilder newBuilder()
public void createRDDs(org.apache.spark.api.java.JavaSparkContext sparkContext) throws LensException
sparkContext
- the spark context
LensException
- the lens exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |