powered by
Computes solution alpha values from a fixed regularization parameter, lambda value for ROC-SVM path object.
alpha
lambda
rocsvm.get.solution(obj, lambda)
The rocsvm.path object
The regularization parameter that users want in ROC-SVM model.
rocsvm.path
# 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