Found 931 packages
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
BarcodeLib - A barcode library to quickly create barcodes (QR Code, Data Matrix, Code 128/39, EAN/UPC, GS1-128), includes comprehensive options to customize the ISO compatible barcodes. View our C# how to start page : https://www.barcodelib.com/csharp/ Quick to start C# code ============================== using BarcodeLib.Barcode; // Create a QR Code barcode QRCode qrcode = new QRCode(); qrcode.Data = "https://www.barcodelib.com"; qrcode.drawBarcode("C://output//qrcode.png"); // Create a Code 128 barcode Linear code128 = new Linear(); code128.Type = Barcode.BarcodeType.CODE128; code128.Data = "CODE 128"; code128.drawBarcode("C://output//code128.png"); Documents ============================== C# How to Guide : https://www.barcodelib.com/csharp/ Tutorials ASP.NET Core : https://www.barcodelib.com/csharp/create-barcode-asp-net-core.html ASP.NET Core MVC : https://www.barcodelib.com/csharp/create-barcode-asp-net-core-mvc.html ASP.NET Framework : https://www.barcodelib.com/asp_net/barcode_aspnet_csharp.html Windows Forms : https://www.barcodelib.com/net_winforms/barcode_net_winforms_csharp.html WPF : https://www.barcodelib.com/csharp/create-barcode-wpf.html Licenses : https://www.barcodelib.com/purchase/main.html Email : support@barcodelib.com
BarcodeLib.RDLC - A barcode library to quickly create barcodes in C#.NET RDLC reports. Supports QR Code, Data Matrix, Code 128/39, EAN/UPC, GS1-128, includes comprehensive options to customize the ISO compatible barcodes. View our C# how to start page : https://www.barcodelib.com/net_rdlc_reports/main.html Documents ============================== C# How to Guide : https://www.barcodelib.com/csharp/barcode_rdlc_reports_csharp.html Licenses : https://www.barcodelib.com/purchase/main.html Email : support@barcodelib.com
BarcodeLib.SSRS - A barcode library to quickly create barcodes in C#.NET SSRS reporting service reports Supports QR Code, Data Matrix, Code 128/39, EAN/UPC, GS1-128, includes comprehensive options to customize the ISO compatible barcodes. View our C# how to start page : https://www.barcodelib.com/net_reporting_services/main.html Documents ============================== C# How to Guide : https://www.barcodelib.com/net_barcode/barcode_symbologies/barcode_microsoft_reporting_service2008.html Licenses : https://www.barcodelib.com/purchase/main.html Email : support@barcodelib.com
BarcodeLib.Crystal Reports - A barcode library to quickly create barcodes in C#.NET Crystal reports. Supports QR Code, Data Matrix, Code 128/39, EAN/UPC, GS1-128, includes comprehensive options to customize the ISO compatible barcodes. View our C# how to start page : https://www.barcodelib.com/net_crystal_reports/main.html Documents ============================== C# How to Guide : https://www.barcodelib.com/net_barcode/barcode_symbologies/barcode_crystal_reports.html Licenses : https://www.barcodelib.com/purchase/main.html Email : support@barcodelib.com
BarcodeLib - A barcode library to quickly create barcodes (QR Code, Data Matrix, Code 128/39, EAN/UPC, GS1-128), includes comprehensive options to customize the ISO compatible barcodes. This package has been replaced by BarcodeLib.Barcode View our C# how to start page : https://www.barcodelib.com/csharp/ Quick to start C# code ============================== using BarcodeLib.Barcode; // Create a QR Code barcode QRCode qrcode = new QRCode(); qrcode.Data = "https://www.barcodelib.com"; qrcode.drawBarcode("C://output//qrcode.png"); // Create a Code 128 barcode Linear code128 = new Linear(); code128.Type = Barcode.BarcodeType.CODE128; code128.Data = "CODE 128"; code128.drawBarcode("C://output//code128.png"); Documents ============================== C# How to Guide : https://www.barcodelib.com/csharp/ Tutorials ASP.NET Core : https://www.barcodelib.com/csharp/create-barcode-asp-net-core.html ASP.NET Core MVC : https://www.barcodelib.com/csharp/create-barcode-asp-net-core-mvc.html ASP.NET Framework : https://www.barcodelib.com/asp_net/barcode_aspnet_csharp.html Windows Forms : https://www.barcodelib.com/net_winforms/barcode_net_winforms_csharp.html WPF : https://www.barcodelib.com/csharp/create-barcode-wpf.html Licenses : https://www.barcodelib.com/purchase/main.html Email : support@barcodelib.com
A liblinear wrapper for .NET written in C++/CLI for maximum performance.
.NET wrapper for LIBLINEAR written in C#. Please download liblinear.dll from https://github.com/cjlin1/liblinear
Barcode Generator .NET library on PDF document: The nuget package includes APIs to encode, generate QR Code, Code 128, and other barcodes on PDF file in ASP.NET, MVC, web, Windows desktop apps. Supported barcode formats : * QR Code (Steyle QR Code, GS1 compatible), Data Matrix (GS1 compatible), PDF-417 * Code 39, Code 128 * EAN 8, EAN 13, UPC-A, UPC-E * GS1-128, GS1 DataBar, ITF-14 * And more Barcode Output Types : * Document : Adobe PDF * Raster images: BITMAP (.bmp), JPEG, PNG, TIFF, GIF * Vector images: SVG, EPS * Stream or Byte array objects Compatible with : * .NET Standard 2.0 * .NET 8, .NET 7, .NET 6, .NET 5 * .NET Core 3.x, & 2.x * .NET Framework 4.6.1 Online Guides : * Developer Guide : https://www.barcodelib.com/csharp/ * Contact US : support@barcodelib.com
Barcode Generator .NET library on TIFF document: The nuget package includes APIs to encode, generate QR Code, Code 128, and other barcodes on multi-page TIFF file in ASP.NET, MVC, web, Windows desktop apps. Supported barcode formats : * QR Code (Steyle QR Code, GS1 compatible), Data Matrix (GS1 compatible), PDF-417 * Code 39, Code 128 * EAN 8, EAN 13, UPC-A, UPC-E * GS1-128, GS1 DataBar, ITF-14 * And more Barcode Output Types : * Document : multi-page TIFF (.tiff, .tif) * Raster images: BITMAP (.bmp), JPEG, PNG, TIFF, GIF * Vector images: SVG, EPS * Stream or Byte array objects Compatible with : * .NET Standard 2.0 * .NET 8, .NET 7, .NET 6, .NET 5 * .NET Core 3.x, & 2.x * .NET Framework 4.6.1 Online Guides : * Developer Guide : https://www.barcodelib.com/csharp/ * Contact US : support@barcodelib.com
Barcode Generator .NET library on Word document: The nuget package includes APIs to encode, generate QR Code, Code 128, and other barcodes on Word file in ASP.NET, MVC, web, Windows desktop apps. Supported barcode formats : * QR Code (Steyle QR Code, GS1 compatible), Data Matrix (GS1 compatible), PDF-417 * Code 39, Code 128 * EAN 8, EAN 13, UPC-A, UPC-E * GS1-128, GS1 DataBar, ITF-14 * And more Barcode Output Types : * Document : Microsoft Office Word (.docx) * Raster images: BITMAP (.bmp), JPEG, PNG, TIFF, GIF * Vector images: SVG, EPS * Stream or Byte array objects Compatible with : * .NET Standard 2.0 * .NET 8, .NET 7, .NET 6, .NET 5 * .NET Core 3.x, & 2.x * .NET Framework 4.6.1 Online Guides : * Developer Guide : https://www.barcodelib.com/csharp/ * Contact US : support@barcodelib.com
Barcode Generator .NET library on Excel document: The nuget package includes APIs to encode, generate QR Code, Code 128, and other barcodes on Excel file in ASP.NET, MVC, web, Windows desktop apps. Supported barcode formats : * QR Code (Steyle QR Code, GS1 compatible), Data Matrix (GS1 compatible), PDF-417 * Code 39, Code 128 * EAN 8, EAN 13, UPC-A, UPC-E * GS1-128, GS1 DataBar, ITF-14 * And more Barcode Output Types : * Document : Microsoft Office Excel (.xlsx) * Raster images: BITMAP (.bmp), JPEG, PNG, TIFF, GIF * Vector images: SVG, EPS * Stream or Byte array objects Compatible with : * .NET Standard 2.0 * .NET 8, .NET 7, .NET 6, .NET 5 * .NET Core 3.x, & 2.x * .NET Framework 4.6.1 Online Guides : * Developer Guide : https://www.barcodelib.com/csharp/ * Contact US : support@barcodelib.com