代码搜索结果

找到约 582,192 项符合 Cortex-M 的代码

display.m

function display(ker) % DISPLAY % % Display a textual representation of a polynomial kernel object. % % display(ker); % % File : @polynomial/display.m % % Date : Tuesday

char.m

function s = char(ker) % CHAR % % Return a textual representation of a polynomial kernel object. % % str = char(ker); % % File : @polynomial/char.m % % Date : Tuesday 12t

display.m

function display(ker) % DISPLAY % % Display a textual representation of a linear kernel object. % % display(ker); % % File : @linear/display.m % % Date : Tuesday 12th Se

char.m

function s = char(ker) % CHAR % % Return a textual representation of a linear kernel object. % % str = char(ker); % % File : @linear/char.m % % Date : Tuesday 12th Septe

svcplot.m

function svcplot(X,Y,ker,alpha,bias,par) %---------S200502106 郑黎方 --------- %画图 %适用于2维特征,两类情况识别 % % [x,y,z]=svcplot(X,Y,ker,alpha,bias,par) % % 输入参数:同svm168.m % if (na

contents.m

% Contents Kernel Methods package % % % cout.m % % % svmclass.m % % % % svmreg.m % % givrot.m % % % % svmkernel.m % % % % monqp.m % % % % svmclassnpa.m %

cout.m

function [J,lam] = cout(H,x,y,C,ind,c,A,b,lambda) % [J,yx] = cout(H,x,b,C,indd,c,A,b,lambda); [n,m] = size(H); X = zeros(n,1); posok = find(ind > 0); posA = find(ind==0); % l

mwustat.m

function [u,z] = mwustat(data1,data2) % [u,z] = mwustat(data1,data2) % % mwustat.m: given vectors data1 and data2, the Mann-Whitney U statistic is % returned along with the significance statistic Z.

contents.m

% This is a set of m. files that provides functions % for AUC optimization by SVM and rankboost. most of these files % have been used for producing the results in the SVM and ROC curve % Te

mvsvmclass.m

function [y,votes] = mvsvmclass(X,model) % MVSVMCLASS Majority voting multi-class SVM classifier. % % Synopsis: % [y,votes] = mvsvmclass(X,model) % % Description: % [y,votes] = mvsvmclass(X,model) m