Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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#

Awesome Lists containing this project

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.