91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡(jiǎn)介

SVM實(shí)現(xiàn)數(shù)據(jù)分類,可自行選取核函數(shù),用于圖像分割操作。程序可自動(dòng)訓(xùn)練分類平面。

資源截圖

代碼片段和文件信息

function?b?=?binomial(nk)
%BINOMIAL?compute?binomial?coefficient
%
%??Usage:?b?=?binomial(nk)
%
%??Parameters:?????(?n?)
%??????????????b?=?(???)
%??????????????????(?k?)
%
%??Author:?Steve?Gunn?(srg@ecs.soton.ac.uk)

??if?(nargin?~=2?|?k>n?|?k<0?|?n<0)?%?check?correct?number?of?arguments
????help?binomial
??else
?????
?????b?=?prod(k+1:n)/prod(1:(n-k));
?????
??end

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----

?????文件????????371??1997-09-19?08:35??Matlab——支持向量機(jī)\binomial.m

?????文件????????144??1998-05-01?11:47??Matlab——支持向量機(jī)\centrefig.m

?????文件???????1728??1997-08-13?15:33??Matlab——支持向量機(jī)\cmap.mat

?????文件???????1105??1998-08-07?16:24??Matlab——支持向量機(jī)\Contents.m

?????文件???????2696??1997-09-28?16:24??Matlab——支持向量機(jī)\Examples\Classification\iris1v23.mat

?????文件???????2696??1997-09-28?16:25??Matlab——支持向量機(jī)\Examples\Classification\iris2v13.mat

?????文件???????2696??1997-09-28?16:25??Matlab——支持向量機(jī)\Examples\Classification\iris3v12.mat

?????文件????????672??1997-11-06?15:46??Matlab——支持向量機(jī)\Examples\Classification\linsep.mat

?????文件????????712??1997-11-06?15:49??Matlab——支持向量機(jī)\Examples\Classification\nlinsep.mat

?????文件????????744??1997-11-07?15:15??Matlab——支持向量機(jī)\Examples\Regression\example.mat

?????文件???????1056??1997-08-20?15:01??Matlab——支持向量機(jī)\Examples\Regression\sinc.mat

?????文件???????1096??1997-09-27?23:30??Matlab——支持向量機(jī)\Examples\Regression\titanium.mat

?????文件????????457??1998-08-06?16:39??Matlab——支持向量機(jī)\nobias.m

?????文件?????????27??2001-10-11?15:14??Matlab——支持向量機(jī)\Optimiser\Makefile

?????文件??????16731??2001-10-11?15:14??Matlab——支持向量機(jī)\Optimiser\pr_loqo.c

?????文件???????2388??2001-10-11?15:14??Matlab——支持向量機(jī)\Optimiser\pr_loqo.h

?????文件???????7245??2001-10-11?15:14??Matlab——支持向量機(jī)\Optimiser\qp.c

?????文件??????49152??2001-10-26?14:21??Matlab——支持向量機(jī)\Optimiser\qp.dll

?????文件??????26624??2009-11-02?20:46??Matlab——支持向量機(jī)\qp.dll

?????文件???????2642??2001-10-12?15:27??Matlab——支持向量機(jī)\README

?????文件????????312??1998-04-21?21:25??Matlab——支持向量機(jī)\softmargin.m

?????文件???????2687??1998-08-21?12:03??Matlab——支持向量機(jī)\svc.m

?????文件????????837??1998-08-21?11:04??Matlab——支持向量機(jī)\svcerror.m

?????文件???????1228??1998-03-10?16:14??Matlab——支持向量機(jī)\svcinfo.m

?????文件????????973??1998-04-21?21:24??Matlab——支持向量機(jī)\svcoutput.m

?????文件???????3109??2001-10-12?01:50??Matlab——支持向量機(jī)\svcplot.m

?????文件???????1299??1998-06-23?11:09??Matlab——支持向量機(jī)\svdatanorm.m

?????文件???????2608??2001-10-11?15:44??Matlab——支持向量機(jī)\svkernel.m

?????文件???????3982??1998-08-21?15:36??Matlab——支持向量機(jī)\svr.m

?????文件???????1203??1998-08-21?10:33??Matlab——支持向量機(jī)\svrerror.m

............此處省略15個(gè)文件信息

評(píng)論

共有 條評(píng)論