Categories of sorting operations for discovery and organization.
| Enumerator |
|---|
| STANDARD | Traditional comparison-based sorting.
|
| ALGORITHMIC | Mathematical/computational sorting algorithms.
|
| PATTERN_BASED | Sort based on pattern recognition.
|
| TEMPORAL | Time-series aware sorting.
|
| SPATIAL | Multi-dimensional spatial sorting.
|
| PREDICTIVE | ML/AI-based predictive sorting.
|
| CROSS_MODAL | Sort one modality by features of another.
|
| RECURSIVE | Recursive/hierarchical sorting.
|
| CUSTOM | User-defined sorting types.
|