SA_SVM自学习的支持向量机我要分享

SA_ SVM self learning support vector machine

关注次数: 144

下载次数: 0

文件大小: 3.08 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

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

代码描述

中文说明:Binarry classifier based on "Self-advising support vectore machine, Yashar Maali, Adel Al-Jumaily,Knowledge-Based Systems 52 (2013) 214–222" Traindata是预测变量数据的数字矩阵。 traindata行对应观察;   列对应于特征。 Trainlabel是一个包含已知类的列向量   traindata的标签(1或0)。 trainlabel的每个元素指定组对应   traindata行属于traindata,trainlabel必须具有相同的行数。   Testdata是预测变量数据的数字矩阵。 测试数据行对应于观察;   列对应于features.Testlabel是一个包含已知类的列向量   testdata的标签(1或0)。 testlabel的每个元素指定组对应   testdata所属的行。 testdata和testlabel必须具有相同的行数。


English Description:

Binary classifier based on & quot; self advising support vector machine, Yashar maali, Adel al jumaily, knowledge-based systems 52 (2013) 214 – 222 & quot; & nbsp; traindata is the digital matrix of predictive variable data. Traindata rows correspond to observations; columns correspond to features. Trainlabel is a label (1 or 0) that contains the column vector & nbsp; & nbsp; traindata of a known class. Each element of trainlabel specifies that the group corresponding to & nbsp; & nbsp; traindata row belongs to traindata, and trainlabel must have the same number of rows. &Nbsp & nbsp; testdata is a numeric matrix that predicts variable data. Test data rows correspond to observations; test data columns correspond to observations features.Testlabel Is a label (1 or 0) that contains the column vector of a known class & nbsp; & nbsp; testdata. Each element of testlabel specifies the row to which the group corresponds & nbsp; & nbsp; testdata. Testdata and testlabel must have the same number of rows.


代码预览

相关推荐