Show / Hide Table of Contents

Class UniversalSampler

Selects a given number of signatures for training and testing

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

Constructors

| Improve this Doc View Source

UniversalSampler(Int32, Int32)

Constructor

Declaration
public UniversalSampler(int trainingCount, int testCount)
Parameters
Type Name Description
System.Int32 trainingCount

Count of signatures to use for training

System.Int32 testCount

Count of signatures to use for testing

Properties

| Improve this Doc View Source

TestCount

Count of signatures to use for testing

Declaration
public int TestCount { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

TrainingCount

Count of signatures to use for training

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