Show / Hide Table of Contents

Class FirstNSampler

Selects the first N signatures for training

Inheritance
System.Object
Sampler
FirstNSampler
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 FirstNSampler : Sampler

Constructors

| Improve this Doc View Source

FirstNSampler(Int32)

Constructor

Declaration
public FirstNSampler(int n = 10)
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