| Package | Description |
|---|---|
| ae.teletronics.nlp.entityextraction.types.sender |
| Modifier and Type | Class and Description |
|---|---|
class |
DecisionTreeModel
Created by hhravn on 06/06/16.
|
class |
NaiveBayesModel
Created by hhravn on 06/06/16.
|
class |
RandomForestModel
Created by hhravn on 06/06/16.
|
| Modifier and Type | Method and Description |
|---|---|
Model |
Trainer.load(org.apache.spark.SparkContext sc,
String fileName) |
Model |
Trainer.train(org.apache.spark.rdd.RDD<org.apache.spark.mllib.regression.LabeledPoint> data) |
Model |
RandomForestTrainer.train(org.apache.spark.rdd.RDD<org.apache.spark.mllib.regression.LabeledPoint> data) |
Copyright © 2016 teletronics.ae. All Rights Reserved.