Interface IDistanceClassifier
Trains classification models based on reference signatures, by calculating the distances between signature pairs
Namespace: SigStat.Common.Pipeline
Assembly: SigStat.Common.dll
Syntax
public interface IDistanceClassifier : IClassifier
Properties
| Improve this Doc View SourceDistanceFunction
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> |