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