i want to support vector machine classifier matlab code

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
Walter Roberson 2014 年 1 月 27 日
Which part of it have you done already?
Walter Roberson
Walter Roberson 2014 年 1 月 28 日
Venkatakrishnan G commented
already done in spirodata classification , now i try to classify spirosignal......
Walter Roberson
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?
Venkatakrishnan G
Venkatakrishnan G 2014 年 1 月 30 日
yes i try to classify the dataset of signal using gaussian time warp edit distance kernel function with SVM, my matlab version is 2012,

サインインしてコメントする。

回答 (1 件)

Walter Roberson
Walter Roberson 2014 年 1 月 30 日

0 投票

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.

カテゴリ

ヘルプ センター および File ExchangeStatistics and Machine Learning Toolbox についてさらに検索

質問済み:

2014 年 1 月 27 日

回答済み:

2014 年 1 月 30 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by