rocsvm.get.solution {rocsvm.path}R Documentation

Finding solutions fixed the regularization parameter of ROC-SVM.

Description

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

Usage

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

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

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



[Package rocsvm.path version 0.1.0 Index]