• 模式识别工具箱

    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);

    0
    69
    24.13MB
    2014-11-06
    9
上传资源赚积分or赚钱