UnistrokeRecognizer.UWP 1.0.2

dotnet add package UnistrokeRecognizer.UWP --version 1.0.2
                    
NuGet\Install-Package UnistrokeRecognizer.UWP -Version 1.0.2
                    
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="UnistrokeRecognizer.UWP" Version="1.0.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="UnistrokeRecognizer.UWP" Version="1.0.2" />
                    
Directory.Packages.props
<PackageReference Include="UnistrokeRecognizer.UWP" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add UnistrokeRecognizer.UWP --version 1.0.2
                    
#r "nuget: UnistrokeRecognizer.UWP, 1.0.2"
                    
#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.
#addin nuget:?package=UnistrokeRecognizer.UWP&version=1.0.2
                    
Install as a Cake Addin
#tool nuget:?package=UnistrokeRecognizer.UWP&version=1.0.2
                    
Install as a Cake Tool

The $1 Unistroke Recognizer is a 2-D single-stroke recognizer designed for rapid prototyping of gesture-based user interfaces. In machine learning terms, $1 is an instance-based nearest-neighbor classifier with a Euclidean scoring function, i.e., a geometric template matcher. $1 is an extension of the proportional shape matching approach used in SHARK2, which itself is an adaptation of Tappert's elastic matching approach with zero look-ahead.

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.

This package has no dependencies.

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.0.2 3,138 8/24/2016
1.0.1 1,117 8/24/2016
1.0.0 1,124 8/24/2016