Free pattern recognition toolbox for MATLAB
Ahora está siguiendo esta publicación
- Verá actualizaciones en las notificaciones de contenido en seguimiento.
- Podrá recibir correos electrónicos, en función de las preferencias de comunicación que haya establecido.
The Pattern Recognition Toolbox (PRT) for MATLAB (tm) is a framework of pattern recognition and machine learning tools that are powerful, expressive, and easy to use.
Create a data set from your data (X ~ N x F) and labels (Y ~ N x 1):
ds = prtDataSetClass(X,Y);
and run Z-score normalization + an SVM:
algo = prtPreProcZmuv + prtClassLibSvm;
dsOut = algo.kfolds(ds);
And score the results:
prtScoreRoc(dsOut);
It's that easy. It's free. Have fun.
Installation instructions:
http://newfolder.github.io/prtdoc/prtDocInstallation.html
Additional documentation & (rarely updated) blog available here:
http://newfolder.github.io/
Citar como
Peter (2026). Pattern Recognition Toolbox (https://github.com/covartech/PRT), GitHub. Recuperado .
Categorías
Más información sobre Statistics and Machine Learning Toolbox en Help Center y MATLAB Answers.
Información general
- Versión 1.3.0.0 (18,3 MB)
-
Ver licencia en GitHub
Compatibilidad con la versión de MATLAB
- Compatible con cualquier versión
Compatibilidad con las plataformas
- Windows
- macOS
- Linux
No se pueden descargar versiones que utilicen la rama predeterminada de GitHub
| Versión | Publicado | Notas de la versión | Action |
|---|---|---|---|
| 1.3.0.0 | Added PNG logo, updated comments and tags |
||
| 1.2.0.0 | fixed links to blog and documentation |
||
| 1.1.0.0 | added link to documentation and installation instructions |
||
| 1.0.0.0 |
