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

Examples

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

[Package SparkR version 2.0.0 Index]