Class TestingSampler
Testing sampler for signer dependent sampling frequency verification system
Inherited Members
Namespace: SigStat.Common.Framework.Samplers
Assembly: SigStat.Common.dll
Syntax
public class TestingSampler : Sampler
Constructors
| Improve this Doc View SourceTestingSampler(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 SourceN
Count of signatures used for training
Declaration
public int N { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |