https://github.com/takuya-takeuchi/LibSvmDotNet
.NET wrapper for LIBSVM written in C#
https://github.com/takuya-takeuchi/LibSvmDotNet
dotnet dotnet-core libsvm linux support-vector-machine svm windows
Last synced: 7 days ago
JSON representation
.NET wrapper for LIBSVM written in C#
- Host: GitHub
- URL: https://github.com/takuya-takeuchi/LibSvmDotNet
- Owner: takuya-takeuchi
- License: mit
- Created: 2018-04-28T21:05:43.000Z (about 7 years ago)
- Default Branch: develop
- Last Pushed: 2022-05-28T13:05:19.000Z (almost 3 years ago)
- Last Synced: 2025-04-09T12:43:01.201Z (27 days ago)
- Topics: dotnet, dotnet-core, libsvm, linux, support-vector-machine, svm, windows
- Language: C#
- Size: 125 KB
- Stars: 7
- Watchers: 2
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-dotnet-machine-learning - LibSvmDotNet - takeuchi/LibSvmDotNet?style=social"/> : .NET wrapper for LIBSVM written in C#. (Uncategorized / Uncategorized)
README
#  LibSvm.Net []()
.NET wrapper for LIBSVM written in C#
LibSvm.Net works on Windows and Linux!!|Package|NuGet|
|---|---|
|LibSvmDotNet|[](https://www.nuget.org/packages/LibSvmDotNet)|## Usage
Please refer [wiki](https://github.com/takuya-takeuchi/LibSvmDotNet/wiki)
## Dependencies Libraries and Products
#### [LIBSVM](https://github.com/cjlin1/libsvm)
> **License:** 3-clause BSD License
>
> **Author:** Chih-Chung Chang and Chih-Jen Lin
>
> **Principal Use:** A toolkit for support vector machine in C++. Main goal of LibSvm.Net is what wraps LIBSVM by C#.#### [Microsoft.Extensions.CommandLineUtils](https://www.nuget.org/packages/Microsoft.Extensions.CommandLineUtils/)
> **License:** Microsoft .NET Library-JS License
>
> **Author:** Microsoft
>
> **Principal Use:** Command-line parsing API for example programs.