Load a fitted MLlib model from the input path.
read.ml(path)
path
Path of the model to read.
a fitted MLlib model
## Not run: ##D path <- "path/to/model" ##D model <- read.ml(path) ## End(Not run)