Jiaolong / ASVM-Linear

Implementation of Adaptive SVM based on Liblinear.
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Whether implement support vector regression? #1

Open Spiridempt opened 3 years ago

Spiridempt commented 3 years ago

Does this implementation contain support vector regression? Specifically, can I put float numbers in

Jiaolong commented 3 years ago

No, this implementation only supports multi-class classification problem, e.g., http://www.linearsvm.com/.