Finding solutions fixed the regularization parameter of ROC-SVM.
Computes solution alpha
values from a fixed regularization parameter, lambda
value for ROC-SVM path object.
rocsvm.get.solution(obj, lambda)
obj
: The rocsvm.path objectlambda
: The regularization parameter that users want in ROC-SVM model.# library(rocsvm.path) # The 'obj' comes from an example description of rocsvm.path() rocsvm.get.solution(obj, lambda = 1)
rocsvm.path
Seung Jun Shin, Do Hyun Kim
Useful links