You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
The SMOTE (Synthetic Minority Over-Sampling Technique) function takes the feature vectors with dimension(r,n) and the target class with dimension(r,1) as the input.
And returns final_features vectors with dimension(r',n) and the target class with dimension(r',1) as the output.
Implementation based on :
N. Chawla, K. Bowyer, L. Hall, and W. Kegelmeyer. Smote: synthetic minority over-sampling technique. Arxiv preprint arXiv:1106.1813, 2011.
Cite As
Manohar (2026). SMOTE (Synthetic Minority Over-Sampling Technique) (https://www.mathworks.com/matlabcentral/fileexchange/38830-smote-synthetic-minority-over-sampling-technique), MATLAB Central File Exchange. Retrieved .
Acknowledgements
Inspired: ADASYN (improves class balance, extension of SMOTE), SafeLevelSMOTE(original_features, original_mark)
General Information
- Version 1.0.0.0 (6.38 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
