Main Content

이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.

서포트 벡터 머신 분류

이진 분류 또는 다중클래스 분류를 위한 서포트 벡터 머신

저차원에서 중간 차원까지의 데이터 세트에 대한 정확도를 높이고 더 폭넓은 커널 함수 선택권을 원한다면분류 학습기앱을 사용하여 이진 SVM 모델이나 SVM 이진 학습기를 포함하는 다중클래스 오류 수정 출력 코드(ECOC) 모델을 훈련시키십시오. 명령줄 인터페이스에서fitcsvm을 사용하여 이진 SVM 모델을 훈련시키거나fitcecoc를 사용하여 이진 SVM 학습기로 구성된 다중클래스 ECOC 모델을 훈련시키면 유연성을 높일 수 있습니다.

고차원 데이터 세트에 대한 계산 시간을 단축하려면fitclinear를 사용하여 선형 SVM 모델과 같은 이진 선형 분류 모델을 효율적으로 훈련시키거나fitcecoc를사용하여SVM모델로구성된다중클래스ECOC모델을훈련시키십시오。

빅데이터에 대해 비선형 분류를 수행하는 경우Fitckernel을 사용하여 이진 가우스 커널 분류 모델을 훈련시키십시오.

분류 학습기 머신러닝 지도 학습을 사용하여 데이터를 분류하도록 모델 훈련시키기

블록

分类vmPredict Classify observations using support vector machine (SVM) classifier for one-class and binary classification

함수

모두 확장

fitcsvm 단일 클래스 및 이진 분류를 위한 서포트 벡터 머신(SVM) 분류기 훈련
fitSVMPosterior Fit posterior probabilities
预测 서포트 벡터 머신(SVM) 분류기를 사용하여 관측값 분류
templateSVM Support vector machine template
fitclinear Fit linear classification model to high-dimensional data
预测 Predict labels for linear classification models
templateLinear Linear classification learner template
Fitckernel Fit Gaussian kernel classification model using random feature expansion
预测 Predict labels for Gaussian kernel classification model
templateKernel Kernel model template
fitcecoc 서포트 벡터 머신 또는 다른 분류기에 대해 다중클래스 모델 피팅하기
预测 Classify observations using multiclass error-correcting output codes (ECOC) model
templateECOC Error-correcting output codes learner template

클래스

모두 확장

分类vm 단일 클래스 및 이진 분류용 서포트 벡터 머신(SVM)
CompactClassificationSVM Compact support vector machine (SVM) for one-class and binary classification
ClassificationPartitionedModel Cross-validated classification model
ClassificationLinear Linear model for binary classification of high-dimensional data
ClassificationPartitionedLinear Cross-validated linear model for binary classification of high-dimensional data
ClassificationKernel Gaussian kernel classification model using random feature expansion
ClassificationPartitionedKernel Cross-validated, binary kernel classification model
ClassificationECOC Multiclass model for support vector machines (SVMs) and other classifiers
CompactClassificationECOC Compact multiclass model for support vector machines (SVMs) and other classifiers
ClassificationPartitionedECOC Cross-validated multiclass ECOC model for support vector machines (SVMs) and other classifiers
ClassificationPartitionedLinearECOC Cross-validated linear error-correcting output codes model for multiclass classification of high-dimensional data
ClassificationPartitionedKernelECOC Cross-validated kernel error-correcting output codes (ECOC) model for multiclass classification

도움말 항목

Train Support Vector Machines Using Classification Learner App

Create and compare support vector machine (SVM) classifiers, and export trained models to make predictions for new data.

이진 분류를 위한 서포트 벡터 머신

분리 초평면과 커널 변환을 사용하여 SVM을 통해 이진 분류를 수행합니다.

使用分类vm预测类标签预测块

This example shows how to use the ClassificationSVM Predict block for label prediction in Simulink®.