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

Description Usage Arguments Value Note See Also Examples

View source: R/mllib_utils.R

Description

Load a fitted MLlib model from the input path.

Usage

1
read.ml(path)

Arguments

path

path of the model to read.

Value

A fitted MLlib model.

Note

read.ml since 2.0.0

See Also

write.ml

Examples

1
2
3
4
5
## Not run: 
path <- "path/to/model"
model <- read.ml(path)

## End(Not run)

SparkR documentation built on June 3, 2021, 5:05 p.m.