Class DataModalityDetector
- Namespace
- AiDotNet.Augmentation
- Assembly
- AiDotNet.dll
Utility for auto-detecting data modality from input types.
public static class DataModalityDetector
- Inheritance
-
DataModalityDetector
- Inherited Members
Remarks
For Beginners: This helper automatically determines what kind of data you're working with (images, tables, audio, etc.) so the right augmentations can be applied.
Methods
Detect<TInput>()
Detects the data modality from the input type.
public static DataModality Detect<TInput>()
Returns
- DataModality
The detected data modality.
Type Parameters
TInputThe input data type.