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
TThe numeric type for calculations.
- Inheritance
-
AugmentationBase<T, Matrix<T>>LabelMixingAugmentationBase<T, Matrix<T>>TabularMixingAugmenterBase<T>
- Implements
-
ILabelMixingAugmentation<T, Matrix<T>>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)