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