Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/takuya-takeuchi/liblineardotnet
.NET wrapper for LIBLINEAR written in C#
https://github.com/takuya-takeuchi/liblineardotnet
dotnet dotnet-core liblinear linux support-vector-machine svm windows
Last synced: 3 days ago
JSON representation
.NET wrapper for LIBLINEAR written in C#
- Host: GitHub
- URL: https://github.com/takuya-takeuchi/liblineardotnet
- Owner: takuya-takeuchi
- License: mit
- Created: 2018-05-04T12:33:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-26T04:27:43.000Z (about 6 years ago)
- Last Synced: 2024-11-07T20:14:39.261Z (13 days ago)
- Topics: dotnet, dotnet-core, liblinear, linux, support-vector-machine, svm, windows
- Language: C#
- Size: 53.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ![Alt text](nuget/svm48.png "LibLinear.Net") LibLinear.Net [![GitHub license](https://img.shields.io/github/license/mashape/apistatus.svg)]()
.NET wrapper for LIBLINEAR written in C#
LibLinear.Net works on Windows and Linux!!|Package|NuGet|
|---|---|
|LibLinearDotNet|[![NuGet version](https://img.shields.io/nuget/v/LibLinearDotNet.svg)](https://www.nuget.org/packages/LibLinearDotNet)|## Usage
Please refer [wiki](https://github.com/takuya-takeuchi/LibLinearDotNet/wiki)
## Dependencies Libraries and Products
#### [LIBLINEAR](https://github.com/cjlin1/liblinear)
> **License:** 3-clause BSD License
>
> **Author:** Chih-Chung Chang and Chih-Jen Lin
>
> **Principal Use:** A toolkit for linear classifier for data with millions of instances and features in C++. Main goal of LibLinear.Net is what wraps LIBLINEAR 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.