Show / Hide Table of Contents

Class TestingSampler

Testing sampler for signer dependent sampling frequency verification system

Inheritance
System.Object
Sampler
TestingSampler
Inherited Members
Sampler.TrainingFilter
Sampler.GenuineTestFilter
Sampler.ForgeryTestFilter
Sampler.SampleReferences(List<Signature>)
Sampler.SampleGenuineTests(List<Signature>)
Sampler.SampleForgeryTests(List<Signature>)
Namespace: SigStat.Common.Framework.Samplers
Assembly: SigStat.Common.dll
Syntax
public class TestingSampler : Sampler

Constructors

| Improve this Doc View Source

TestingSampler(Int32)

Constructor

Declaration
public TestingSampler(int n = 5)
Parameters
Type Name Description
System.Int32 n

count of signatures used for training

Properties

| Improve this Doc View Source

N

Count of signatures used for training

Declaration
public int N { get; set; }
Property Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX