svm_json {SVM} R Documentation

serialize the SVM model as json string for save to a file

Description

Usage

svm_json(svm,
    fileModel = FALSE);

Arguments

svm

-

env

[as Environment]

Details

Authors

MLkit

Value

this function returns data object of type string.

clr value class

Examples


[Package SVM version 1.0.0.0 Index]