代码搜索结果

找到约 57,564 项符合 Display 的代码

display.m

function display(net) % DISPLAY % % Display a textual representation of a support vector classifier object. % % display(net); % % File : @svc/display.m % % Date : Wednesd

display.m

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

display.m

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

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

display.m

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

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

display.m

function display(net) fprintf(1,'\nsupport vector classifier:\n\n'); fprintf(1,' kernel = %s\n', char(net.kernel)); fprintf(1,' bias = %f\n', net.bias); fprintf(1,' sv = %s\n', m

display.m

function display(ker) fprintf(1,'\nradial basis kernel (gamma = %f)\n\n', ker.gamma);

display.m

function display(ker) % fprintf(1,'\nlinear kernel\n\n');

display.m

function display(obj) % GPCONSTRAINT display method % if (length(obj) > 1) disp(' '); disp([inputname(1),' is a set of ' ... num2str(length(obj)), ' constraints (index to get individual c