w.l.svm: Weighted Linear SVM classification Model

Description Usage Arguments Value See Also

View source: R/3-4-w-svm.R

Description

Fit a Weighted Linear SVM classification Model

Usage

1
w.l.svm(Y, X, W = NULL, C = 1, epsilon = 10^-10)

Arguments

Y

A factor vector with two levels, a binary response.

X

A numeric matrix, the predictors.

W

A numeric matrix, the weights for all samples. The default is 1.

C

The coefficient for the regularizer.

epsilon

A minor value added to make the quadratic system solvable.

Value

Returns a DnnModelObj object.

See Also

DnnModelObj-class


SkadiEye/ITRlearn documentation built on May 24, 2019, 1:31 a.m.