代码搜索:Update
找到约 10,000 项符合「Update」的源代码
代码结果 10,000
www.eeworm.com/read/262186/11602262
m costwbfixed.m
function [cost] = costwbfixed(StepSigma,DirSigma,Sigma,indsup,Alpsup,w0,C,Sigmaold,Xapp,yapp,pow);
%COSTWBFIXED Computes an upper bound on SVM loss
% COST = COSTWBFIXED(STEPSIGMA,DIRSIGMA,SIGMA,INDS
www.eeworm.com/read/262186/11602271
m costlfixed.m
function [cost] = costlfixed(StepSigma,DirSigma,Sigma,indsup,Alpsup,C,Xapp,yapp,pow);
%COSTLFIXED Computes an upper bound on SVM loss
% COST = COSTLFIXED(STEPSIGMA,DIRSIGMA,SIGMA,INDSUP,ALPSUP,C,XAP
www.eeworm.com/read/262186/11602278
m costwfixed.m
function cost = costwfixed(StepSigma,DirSigma,Sigma,indsup,Alpsup,C,Sigmaold,Xapp,yapp,pow);
%COSTWFIXED Computes an upper bound on SVM loss
% COST = COSTWFIXED(STEPSIGMA,DIRSIGMA,SIGMA,INDSUP,ALPSU
www.eeworm.com/read/262186/11602288
m costlbfixed.m
function [cost] = costlbfixed(StepSigma,DirSigma,Sigma,indsup,Alpsup,w0,C,Xapp,yapp,pow);
%COSTLBFIXED Computes an upper bound on SVM loss
% COST = COSTLBFIXED(STEPSIGMA,DIRSIGMA,SIGMA,INDSUP,ALPSUP
www.eeworm.com/read/158283/11627932
test pager3.test
# 2001 September 15
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for yo
www.eeworm.com/read/261618/11634413
sql lybbs_mysql_upgrade_5.0to6.0.sql
# Set names, if mysql version is 4.1.x
#SET NAMES gbk;
# Warnning: This script is only for LyBBS ver 5.0.MySQL to 6.0 upgrade.
ALTER TABLE db ADD timestatus TINYINT(2) DEFAULT 0 NOT NULL;
www.eeworm.com/read/157653/11677073
test pager3.test
# 2001 September 15
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for yo
www.eeworm.com/read/260620/11716853
m mcholmz3.m
%
% [L,D,E,pneg]=mchol2(G)
%
% Given a symmetric matrix G, find a matrix E of "small" norm and c
% L, and D such that G+E is Positive Definite, and
%
% G+E = L*D*L'
%
% Also, calculate a di