Show / Hide Table of Contents

Class OneClassNearestNeighborClassifier.SignerModel

Represents a trained model for OneClassNearestNeighborClassifier

Inheritance
System.Object
OneClassNearestNeighborClassifier.SignerModel
Implements
ISignerModel
Namespace: SigStat.Common.PipelineItems.Classifiers
Assembly: SigStat.Common.dll
Syntax
public class SignerModel : object, ISignerModel

Properties

| Improve this Doc View Source

DistanceCache

Precalculated distances of known signatures

Declaration
public DistanceMatrix<string, string, double> DistanceCache { get; set; }
Property Value
Type Description
DistanceMatrix<System.String, System.String, System.Double>
| Improve this Doc View Source

SignerID

Identifies the signer, to whom this model belongs to

Declaration
public string SignerID { get; set; }
Property Value
Type Description
System.String

The signer identifier.

| Improve this Doc View Source

TrainingSignatures

A list a of genuine signatures used for training

Declaration
public List<KeyValuePair<string, double[][]>> TrainingSignatures { get; set; }
Property Value
Type Description
List<KeyValuePair<System.String, System.Double[][]>>

Implements

ISignerModel
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX