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: about 1 month 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-26T04:27:43.000Z (almost 8 years ago)
- Last Synced: 2025-01-17T09:42:12.703Z (over 1 year 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
#  LibLinear.Net []()
.NET wrapper for LIBLINEAR written in C#
LibLinear.Net works on Windows and Linux!!
|Package|NuGet|
|---|---|
|LibLinearDotNet|[](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.