Learn R Programming

easyml (version 0.1.0)

fit_model.easy_support_vector_machine: Fit a support vector machine regression model.

Description

This function wraps the procedure for fitting a support vector machine model and makes it accessible to the easyml core framework.

Usage

# S3 method for easy_support_vector_machine
fit_model(object)

Arguments

object

A list of class easy_support_vector_machine.

Value

A list of class easy_support_vector_machine.