Vous suivez désormais cette soumission
- Les mises à jour seront visibles dans votre flux de contenu suivi
- Selon vos préférences en matière de communication il est possible que vous receviez des e-mails
In unsupervised learning, grouping 1D numerical data without knowing the number of clusters beforehand can be a challenge. i made a MATLAB program that addresses this by grouping data based on deviation constraints.
The Process
The program utilizes a property of deviation: if every element in a group must be within a specific limit (d/2) of the group's mean, the maximum difference between any two elements in that group cannot exceed (d).
The Results
The program outputs a structured cell array where every subset represents a group. Within each group, every element deviates from the group's specific mean by less than the defined threshold.
Citation pour cette source
Ahmed (2026). deviation_grouping (https://fr.mathworks.com/matlabcentral/fileexchange/184317-deviation_grouping), MATLAB Central File Exchange. Extrait(e) le .
Informations générales
- Version 1.0.3 (1,83 ko)
Compatibilité avec les versions de MATLAB
- Compatible avec toutes les versions
Plateformes compatibles
- Windows
- macOS
- Linux
| Version | Publié le | Notes de version | Action |
|---|---|---|---|
| 1.0.3 | Title update |
||
| 1.0.2 | Description update |
||
| 1.0.1 | Faster Operation |
||
| 1.0.0 |
