Download presentation
Presentation is loading. Please wait.
1
Term Project Progress Report
Group 2 陳駿丞,鄭智懷, 彭冠仁,楊智淵
2
Matlab-recognizable function
Our idea(svm_train) 7. return matlab structure Matlab Our Toolbox Data Matlab-recognizable function 1. call 2. call 6. return model structure our.c lib-svm recognizable data structure our.dll 3. translate 4. call 5. return model structure All the procedures and data are in the memory. svm.cpp
3
svmpredict Similar mechanism
4
Finished Module svmtrain svmpredict
5
Installation Unix & Windows Demo
6
Usage svmtrain and svmpredict
- model = svmtrain( sample, label, ‘-c 4 –g 1’); - [result accuracy] = svmpredict( sample, label, model, ‘-b 0’ ); - label, sample, C, G: matlab structures - model is a cell array of matlab Demo
7
Problem We have tried the Makefile from professor, and we still don’t know how to compile without mexopt.sh
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.