Interface IStratifiedSampler
- Namespace
- AiDotNet.Interfaces
- Assembly
- AiDotNet.dll
Interface for samplers that use class labels for stratification.
public interface IStratifiedSampler : IDataSampler
- Inherited Members
Properties
Labels
Gets or sets the class labels for each sample.
IReadOnlyList<int> Labels { get; set; }
Property Value
NumClasses
Gets the number of unique classes.
int NumClasses { get; }