필터 지우기
필터 지우기

Generate a standalone matlab function for support vector machine (SVM)?

조회 수: 2 (최근 30일)
Lily
Lily 2015년 5월 2일
답변: Image Analyst 2015년 5월 2일
Is it possible to generate a standalone matlab function for support vector machine (SVM) classification methods in MATLAB? That is after you have train SVM is it possible to store the result and run it on a new set of data for example a new testing datasets similar to what neural network is able to do in MALTAB?
Thank you :)

답변 (1개)

Image Analyst
Image Analyst 2015년 5월 2일
To "store the result" you can use the save() function. For reading in "a new testing datasets", there are lots and lots of functions like xlsread, importdata, dlmread, csvread, fread, textscan, readtable, fscanf, load, etc.

카테고리

Help CenterFile Exchange에서 Classification에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by