fitter_svm: Wrapper to SVM training. Defined separetely to avoid passing...

View source: R/04_regression_all.R

fitter_svmR Documentation

Wrapper to SVM training. Defined separetely to avoid passing too many objects in parLapplyLB

Description

Wrapper to SVM training. Defined separetely to avoid passing too many objects in parLapplyLB

Usage

fitter_svm(x = NULL, params = NULL)

Arguments

x

passed from fit_regressions

params

passed from fit_regressions

Value

A list with two elements: predictions and a fitted model

Examples

fitter_svm()

ebecht/infinityFlow documentation built on Jan. 31, 2024, 11:31 p.m.