Table of Contents

Class TabularMixingAugmenterBase<T>

Namespace
AiDotNet.Augmentation.Tabular
Assembly
AiDotNet.dll

Base class for tabular augmentations that mix multiple samples together.

public abstract class TabularMixingAugmenterBase<T> : LabelMixingAugmentationBase<T, Matrix<T>>, ILabelMixingAugmentation<T, Matrix<T>>, IAugmentation<T, Matrix<T>>

Type Parameters

T

The numeric type for calculations.

Inheritance
AugmentationBase<T, Matrix<T>>
TabularMixingAugmenterBase<T>
Implements
IAugmentation<T, Matrix<T>>
Derived
Inherited Members

Constructors

TabularMixingAugmenterBase(double, double)

Initializes a new tabular mixing augmentation.

protected TabularMixingAugmenterBase(double probability = 1, double alpha = 0.2)

Parameters

probability double

The probability of applying this augmentation.

alpha double

The alpha parameter for Beta distribution sampling.