powered by
Load a fitted MLlib model from the input path.
read.ml(path)
path of the model to read.
A fitted MLlib model.
write.ml
# NOT RUN { path <- "path/to/model" model <- read.ml(path) # }
Run the code above in your browser using DataLab