Learn R Programming

rocsvm.path (version 0.1.0)

rocsvm.get.solution: 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.

See Also

rocsvm.path

Examples

Run this code
# NOT RUN {
# library(rocsvm.path)
# The 'obj' comes from an example description of rocsvm.path()
# }
# NOT RUN {
rocsvm.get.solution(obj, lambda = 1)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab