i want to support vector machine classifier matlab code
조회 수: 1 (최근 30일)
이전 댓글 표시
i am try to classify the spirosignal classification based on different type of signal shape using gaussian time warp edit distance kernel funtion with support vector machine. any body give idea about it
댓글 수: 4
Walter Roberson
2014년 1월 28일
Have you researched Gaussian Time Warp Edit Distance Kernel Functions? Have you researched SVM? Have you determined whether your version of MATLAB already has svm built-in or whether you need to link in libsvm ? Have you written any code yet? Have you determined the size of your data? Have you determined your file format for the data storage? Have you looked at examples of SVM classification? Have you used MATLAB before?
답변 (1개)
Walter Roberson
2014년 1월 30일
It appears to me that SVM was part of Bioinformatics Toolbox until R2013a. It was, though, possible to bring in the SVM library from another source and use it with MATLAB. See
and notice the bit indicating that some of the function names differ a bit.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!