Modifier and Type | Method and Description |
---|---|
ModelArg |
RandomForestModel.getModelArg()
Returns the class containing the model arguments that produced the
RandomForestModel object. |
Modifier and Type | Method and Description |
---|---|
static RandomForestModel |
RandomForest.predict(ModelArg modelArg,
org.apache.spark.sql.Dataset dataset) |
static RandomForestModel |
RandomForest.train(ModelArg modelArg)
Trains a random forest given the user-defined model arugments.
|
Copyright © 2018. All rights reserved.