SparkR (version 2.1.2)

read.ml: Load a fitted MLlib model from the input path.

Description

Load a fitted MLlib model from the input path.

Usage

read.ml(path)

Arguments

path

path of the model to read.

Value

A fitted MLlib model.

See Also

write.ml

Examples

Run this code
# NOT RUN {
path <- "path/to/model"
model <- read.ml(path)
# }

Run the code above in your browser using DataLab