You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
2
-
# Least-Squares Support-Vector Machine  [](https://vancraar.github.io/PLSSVM/) [](https://simsgs.informatik.uni-stuttgart.de/jenkins/view/PLSSVM/job/PLSSVM/job/Multibranch-Github/job/main/) [](https://github.com/SC-SGS/PLSSVM/actions/workflows/msvc_windows.yml)
2
+
# Least-Squares Support-Vector Machine  [](https://www.codacy.com/gh/SC-SGS/PLSSVM/dashboard?utm_source=github.com&utm_medium=referral&utm_content=SC-SGS/PLSSVM&utm_campaign=Badge_Grade) [](https://vancraar.github.io/PLSSVM/) [](https://simsgs.informatik.uni-stuttgart.de/jenkins/view/PLSSVM/job/PLSSVM/job/Multibranch-Github/job/main/) [](https://github.com/SC-SGS/PLSSVM/actions/workflows/msvc_windows.yml)
3
3
4
4
Implementation of a parallel [least-squares support-vector machine](https://en.wikipedia.org/wiki/Least-squares_support-vector_machine) using multiple different backends.
5
5
The currently available backends are:
@@ -315,4 +315,4 @@ add_executable(prog main.cpp)
315
315
316
316
target_compile_features(prog PUBLIC cxx_std_17)
317
317
target_link_libraries(prog PUBLIC plssvm::svm-all)
0 commit comments