Description Usage Arguments Author(s) See Also Examples
Computes solution alpha
values from a fixed regularization parameter, lambda
value for ROC-SVM path object.
1 | rocsvm.get.solution(obj, lambda)
|
obj |
The rocsvm.path object |
lambda |
The regularization parameter that users want in ROC-SVM model. |
Seung Jun Shin, Do Hyun Kim
1 2 3 4 | # library(rocsvm.path)
# The 'obj' comes from an example description of rocsvm.path()
rocsvm.get.solution(obj, lambda = 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.