rocsvm.get.solution function

Finding solutions fixed the regularization parameter of ROC-SVM.

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)

Arguments

  • obj: The rocsvm.path object
  • lambda: The regularization parameter that users want in ROC-SVM model.

Examples

# library(rocsvm.path) # The 'obj' comes from an example description of rocsvm.path() rocsvm.get.solution(obj, lambda = 1)

See Also

rocsvm.path

Author(s)

Seung Jun Shin, Do Hyun Kim

  • Maintainer: Seung Jun Shin
  • License: GPL-2
  • Last published: 2018-10-14

Useful links