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