read.ml {SparkR} | R Documentation |
Load a fitted MLlib model from the input path.
read.ml(path)
path |
path of the model to read. |
A fitted MLlib model.
read.ml since 2.0.0
## Not run: path <- "path/to/model" model <- read.ml(path) ## End(Not run)