matlab代码实现pca做特征降维我要分享

Feature dimension reduction of PCA based on MATLAB code

SVM--matlab SVM多特征分类 PCA-SVM svm-pca SVM

关注次数: 310

下载次数: 0

文件大小: 2K

代码分类: 一般算法

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:pca做特征降维,然后进行特征空间随机分割构造多个svm分类器,并行处理,对样本进行分类,基于特征空间的svm多分类器


English Description:

PCA is used to reduce the dimension of features, and then the feature space is randomly divided to construct multiple SVM classifiers, which are processed in parallel to classify the samples. SVM multi classifiers based on feature space are proposed


代码预览