代码搜索结果
找到约 10,000 项符合
U 的代码
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.
%#####
u_lindemo.m
echo off
%LINDEMO demonstration for using linear SVM classifier.
echo on;
clc
%LINDEMO demonstration for using linear SVM classifier.
%#########################################################
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)
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
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,
u_fun.pas
unit U_fun;
interface
implementation
end.
u_fun.~pas
unit U_fun;
interface
uses deltovb;
implementation
public function addlines(cap:string;tabindex:integer;top:integer);
begin
end;
end.