模式识别工具箱

时间:2017-11-26 10:18:00
【文件属性】:
文件名称:模式识别工具箱
文件大小:24.13MB
文件格式:ZIP
更新时间:2017-11-26 10:18:00
模式识别 matlab 1个好用的模式识别工具箱, Description 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);

网友评论