這是一個(gè)將n個(gè)樣本聚類(lèi)到m個(gè)類(lèi)別中 將n個(gè)樣本在m個(gè)類(lèi)里如何分配輸出的遺傳算法代碼。 適應(yīng)度:sum(i=1_110)sum(j=1_20)【xi-vj】~2
上傳時(shí)間: 2014-08-09
上傳用戶(hù):wkchong
This directory contains code implementing the K-means algorithm using min-max distance.
標(biāo)簽: implementing directory algorithm contains
上傳時(shí)間: 2016-10-11
上傳用戶(hù):familiarsmile
Abstract A new intelligent milometer base on a microcontroller can count the sum. By taking full use of the processor 89s51 and E² PROM (AT24C02) and sensor of magnetism, it can count the sum of fully distance and the course of development.
標(biāo)簽: microcontroller intelligent milometer Abstract
上傳時(shí)間: 2016-10-12
上傳用戶(hù):hoperingcong
Relationship Between the Sum of Squared Difference (SSD) and Cross Correlation for Template Matching Konstantinos G. Derpanis York University kosta@cs.yorku.ca Version 1.0 December 23, 2005
標(biāo)簽: Relationship Correlation Difference Template
上傳時(shí)間: 2014-01-10
上傳用戶(hù):妄想演繹師
Introduce for sum system
標(biāo)簽: Introduce system for sum
上傳時(shí)間: 2016-11-23
上傳用戶(hù):集美慧
function [U,center,result,w,obj_fcn]= fenlei(data) [data_n,in_n] = size(data) m= 2 % Exponent for U max_iter = 100 % Max. iteration min_impro =1e-5 % Min. improvement c=3 [center, U, obj_fcn] = fcm(data, c) for i=1:max_iter if F(U)>0.98 break else w_new=eye(in_n,in_n) center1=sum(center)/c a=center1(1)./center1 deta=center-center1(ones(c,1),:) w=sqrt(sum(deta.^2)).*a for j=1:in_n w_new(j,j)=w(j) end data1=data*w_new [center, U, obj_fcn] = fcm(data1, c) center=center./w(ones(c,1),:) obj_fcn=obj_fcn/sum(w.^2) end end display(i) result=zeros(1,data_n) U_=max(U) for i=1:data_n for j=1:c if U(j,i)==U_(i) result(i)=j continue end end end
標(biāo)簽: data function Exponent obj_fcn
上傳時(shí)間: 2013-12-18
上傳用戶(hù):ynzfm
編譯原理--詞法分析 功能: 輸入:所給文法的源程序字符串 輸出:二元組(syn,token或sum)構(gòu)成的序列
上傳時(shí)間: 2013-12-20
上傳用戶(hù):wqxstar
verilog code 16-bit carry look-ahead adder output [15:0] sum // 相加總和 output carryout // 進(jìn)位 input [15:0] A_in // 輸入A input [15:0] B_in // 輸入B input carryin // 第一級(jí)進(jìn)位 C0
標(biāo)簽: output look-ahead carryout verilog
上傳時(shí)間: 2014-12-06
上傳用戶(hù):ls530720646
int getDivisor(int iNum) { int i = 1 int sum = 0 if (0 == iNum) { return 1 } while (i <= iNum / 2) { if (0 == iNum % i) { sum++ } i++ } return (sum+1) }
標(biāo)簽: int iNum getDivisor return
上傳時(shí)間: 2013-12-17
上傳用戶(hù):frank1234
動(dòng)態(tài)規(guī)劃算法:Max-Min Tree Paritioning
標(biāo)簽: Paritioning Max-Min Tree 動(dòng)態(tài)規(guī)劃
上傳時(shí)間: 2013-12-30
上傳用戶(hù):z1191176801
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1