rocsvm.get.solution: Finding solutions fixed the regularization parameter of...

Description Usage Arguments Author(s) See Also Examples

Description

Computes solution alpha values from a fixed regularization parameter, lambda value for ROC-SVM path object.

Usage

1
rocsvm.get.solution(obj, lambda)

Arguments

obj

The rocsvm.path object

lambda

The regularization parameter that users want in ROC-SVM model.

Author(s)

Seung Jun Shin, Do Hyun Kim

See Also

rocsvm.path

Examples

1
2
3
4
# library(rocsvm.path)
# The 'obj' comes from an example description of rocsvm.path()

rocsvm.get.solution(obj, lambda = 1)

rocsvm.path documentation built on May 2, 2019, 10:57 a.m.