read.ml.Rd
Load a fitted MLlib model from the input path.
read.ml(path)
path of the model to read.
A fitted MLlib model.
read.ml since 2.0.0
write.ml
if (FALSE) { path <- "path/to/model" model <- read.ml(path) }