read.ml {SparkR}R Documentation

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.

Note

read.ml since 2.0.0

See Also

write.ml

Examples

## Not run: 
##D path <- "path/to/model"
##D model <- read.ml(path)
## End(Not run)

[Package SparkR version 2.1.1 Index]