Which algorithm does R use for computing one-class SVM ? This is the function
e1071::svm(..., type=one-classification, ...)
I have found this very nice blog, where author writes about two algorithms for one-class SVM. Which one does the function mentioned use?