| 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)