Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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 (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2022-05-28T13:05:19.000Z (over 2 years ago)
- Last Synced: 2024-11-08T11:15:01.184Z (2 months 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
# ![Alt text](nuget/svm48.png "LibSvm.Net") LibSvm.Net [![GitHub license](https://img.shields.io/github/license/mashape/apistatus.svg)]()
.NET wrapper for LIBSVM written in C#
LibSvm.Net works on Windows and Linux!!|Package|NuGet|
|---|---|
|LibSvmDotNet|[![NuGet version](https://img.shields.io/nuget/v/LibSvmDotNet.svg)](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.