Class UniversalSampler
Selects a given number of signatures for training and testing
Inherited Members
Namespace: SigStat.Common.Framework.Samplers
Assembly: SigStat.Common.dll
Syntax
public class UniversalSampler : Sampler
Constructors
| Improve this Doc View SourceUniversalSampler(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 SourceTestCount
Count of signatures to use for testing
Declaration
public int TestCount { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
TrainingCount
Count of signatures to use for training
Declaration
public int TrainingCount { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |