Table of Contents

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

IReadOnlyList<int>

NumClasses

Gets the number of unique classes.

int NumClasses { get; }

Property Value

int