Help, how can get result of classification using SVM with csv files ?
조회 수: 4 (최근 30일)
이전 댓글 표시
I have two CSV files for training and testing
댓글 수: 0
답변 (1개)
Bernhard Suhm
2018년 10월 3일
Use csvread to read those files into an array or table, train (or "fit") an SVM model on the trainings set using fitcsvm, and then use the predict function with your SVM model to generate predictions on the testing_set.
댓글 수: 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!