Show / Hide Table of Contents

Interface IDistanceClassifier

Trains classification models based on reference signatures, by calculating the distances between signature pairs

Inherited Members
IClassifier.Train(List<Signature>)
IClassifier.Test(ISignerModel, Signature)
Namespace: SigStat.Common.Pipeline
Assembly: SigStat.Common.dll
Syntax
public interface IDistanceClassifier : IClassifier

Properties

| Improve this Doc View Source

DistanceFunction

A function to calculate the distance between two online signature points

Declaration
Func<double[], double[], double> DistanceFunction { get; }
Property Value
Type Description
Func<System.Double[], System.Double[], System.Double>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX