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:
##D path <- "path/to/model"
##D model <- read.ml(path)
## End(Not run)