代码搜索:U
找到约 10,000 项符合「U」的源代码
代码结果 10,000
www.eeworm.com/read/354741/10329456
m u_svcdemo.m
% ------- OSU nu-SVM CLASSIFIER TOOLBOX Demonstrations---
%
% 1) Construct a linear SVM Classifier and test it
% 2) Construct a nonlinear SVM Classifier (polynomial kernel) and
www.eeworm.com/read/354741/10329465
m u_rbfdemo.m
echo off
% RBFDEMO demonstration for using nonlinear SVM classifier
% with a RBF kernel.
echo on;
clc
% RBFDEMO demonstration for using nonlinear SVM classifier
% with a RBF kernel.
%#####
www.eeworm.com/read/354741/10329472
m u_lindemo.m
echo off
%LINDEMO demonstration for using linear SVM classifier.
echo on;
clc
%LINDEMO demonstration for using linear SVM classifier.
%#########################################################
www.eeworm.com/read/354741/10329482
m u_polysvc.m
function [AlphaY, SVs, Bias, Parameters, nSV, nLabel] = u_PolySVC(Samples, Labels, Degree, C, Gamma, Coeff)
% USAGES:
% [AlphaY, SVs, Bias, Parameters, nSV, nLabel] = u_PolySVC(Samples, Labels)
www.eeworm.com/read/354741/10329533
m u_rbfsvc.m
function [AlphaY, SVs, Bias, Parameters, nSV, nLabel] = u_RbfSVC(Samples, Labels, Gamma, C)
% USAGES:
% [AlphaY, SVs, Bias, Parameters, nSV, nLabel] = u_RbfSVC(Samples, Labels)
% [AlphaY, SV
www.eeworm.com/read/354741/10329698
m u_poldemo.m
echo off
%POLDEMO demonstration for using nonlinear SVM classifier with a
% polynomial keneral.
echo on;
clc
%POLDEMO demonstration for using nonlinear SVM classifier with a
% polynomial ke
www.eeworm.com/read/354741/10329708
m u_linearsvc.m
function [AlphaY, SVs, Bias, Parameters, nSV, nLabel] = u_LinearSVC(Samples, Labels,C)
% USAGES:
% [AlphaY, SVs, Bias, Parameters, nSV, nLabel] = u_LinearSVC(Samples, Labels)
% [AlphaY, SVs,
www.eeworm.com/read/354741/10329745
m u_svcdemo.m
% ------- OSU nu-SVM CLASSIFIER TOOLBOX Demonstrations---
%
% 1) Construct a linear SVM Classifier and test it
% 2) Construct a nonlinear SVM Classifier (polynomial kernel) and
www.eeworm.com/read/354741/10329777
m u_rbfdemo.m
echo off
% RBFDEMO demonstration for using nonlinear SVM classifier
% with a RBF kernel.
echo on;
clc
% RBFDEMO demonstration for using nonlinear SVM classifier
% with a RBF kernel.
%#####
www.eeworm.com/read/354741/10329785
m u_lindemo.m
echo off
%LINDEMO demonstration for using linear SVM classifier.
echo on;
clc
%LINDEMO demonstration for using linear SVM classifier.
%#########################################################