Liblinear 1.92.0

dotnet add package Liblinear --version 1.92.0
NuGet\Install-Package Liblinear -Version 1.92.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Liblinear" Version="1.92.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Liblinear --version 1.92.0
#r "nuget: Liblinear, 1.92.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Liblinear as a Cake Addin
#addin nuget:?package=Liblinear&version=1.92.0

// Install Liblinear as a Cake Tool
#tool nuget:?package=Liblinear&version=1.92.0

Sample how to use: https://gist.github.com/hodzanassredin/6682771
LIBLINEAR is a linear classifier for data with millions of instances and features. It supports

   L2-regularized classifiers
   L2-loss linear SVM, L1-loss linear SVM, and logistic regression (LR)
   L1-regularized classifiers (after version 1.4)
   L2-loss linear SVM and logistic regression (LR)
   L2-regularized support vector regression (after version 1.9)
   L2-loss linear SVR and L1-loss linear SVR.

Main features of LIBLINEAR include

   Same data format as LIBSVM, our general-purpose SVM solver, and also similar usage
   Multi-class classification: 1) one-vs-the rest, 2) Crammer & Singer
   Cross validation for model selection
   Probability estimates (logistic regression only)
   Weights for unbalanced data
   MATLAB/Octave, Java, Python, Ruby interfaces

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
    • IKVM (>= 7.3.4830)

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.92.0 1,917 9/24/2013