as.MLModel {MachineShop}R Documentation

Coerce to an MLModel

Description

Function to coerce an MLModelFit object to an MLModel.

Usage

as.MLModel(x, ...)

## S3 method for class 'MLModelFit'
as.MLModel(x, ...)

Arguments

x

model fit result.

...

arguments passed to other methods.

Value

MLModel class object.


[Package MachineShop version 2.8.0 Index]