Class EvenNSampler
Selects the first N signatures with even index for training
Inherited Members
Namespace: SigStat.Common.Framework.Samplers
Assembly: SigStat.Common.dll
Syntax
public class EvenNSampler : Sampler
Constructors
| Improve this Doc View SourceEvenNSampler(Int32)
Constructor
Declaration
public EvenNSampler(int n = 10)
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 |