| Constructor and Description |
|---|
DecisionTreeTrainer() |
| Modifier and Type | Method and Description |
|---|---|
DecisionTreeModel |
load(org.apache.spark.SparkContext sc,
String fileName) |
String |
name() |
DecisionTreeModel |
train(org.apache.spark.rdd.RDD<org.apache.spark.mllib.regression.LabeledPoint> data) |
public DecisionTreeModel train(org.apache.spark.rdd.RDD<org.apache.spark.mllib.regression.LabeledPoint> data)
public DecisionTreeModel load(org.apache.spark.SparkContext sc, String fileName)
Copyright © 2016 teletronics.ae. All Rights Reserved.