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