This is not a very mean things
上傳時間: 2014-01-09
上傳用戶:sy_jiadeyi
ICP fit points in data to the points in model. Fit with respect to minimize the sum of square errors with the closest model points and data points. Ordinary usage: [R, T] = icp(model,data) INPUT: model - matrix with model points, data - matrix with data points, OUTPUT: R - rotation matrix and T - translation vector accordingly so newdata = R*data + T . newdata are transformed data points to fit model see help icp for more information
標簽: points the minimize respect
上傳時間: 2014-01-02
上傳用戶:gyq
square算法 Square加密解密算法 8k tinker.tar.gz Square加密解密算法 43k Square26.zip
上傳時間: 2015-12-25
上傳用戶:yy541071797
% A 2D homogeneous convection-diffusion case (u=exp(-ex*deta*x-ex*deta*y) with a square with % all Dirichlet boundary, note that reaction coefficient is not zero % by indirect BKM
標簽: convection-diffusion deta with homogeneous
上傳時間: 2016-01-03
上傳用戶:CHINA526
A 2D homogeneous Helmholtz case (u=sin(x)cos(y) with a square) with % two Dirichlet edges (x=1,y=1) and two Neumann edges (x=0,y=0) % by indirect symmetric BKM
標簽: with homogeneous Helmholtz Dirichlet
上傳時間: 2016-01-03
上傳用戶:xjz632
How the K-mean Cluster work Step 1. Begin with a decision the value of k = number of clusters Step 2. Put any initial partition that classifies the data into k clusters. You may assign the training samples randomly, or systematically as the following: Take the first k training sample as single-element clusters Assign each of the remaining (N-k) training sample to the cluster with the nearest centroid. After each assignment, recomputed the centroid of the gaining cluster. Step 3 . Take each sample in sequence and compute its distance from the centroid of each of the clusters. If a sample is not currently in the cluster with the closest centroid, switch this sample to that cluster and update the centroid of the cluster gaining the new sample and the cluster losing the sample. Step 4 . Repeat step 3 until convergence is achieved, that is until a pass through the training sample causes no new assignments.
標簽: the decision clusters Cluster
上傳時間: 2013-12-21
上傳用戶:gxmm
簡要介紹mean-shift算法的原理,并且在圖像處理方面的應用
標簽: mean-shift 算法
上傳時間: 2014-01-07
上傳用戶:釣鰲牧馬
a java code of moving square game
上傳時間: 2014-01-15
上傳用戶:qw12
To invert a square Galois array, use the inv function. Related is the det function, which computes the determinant of a Galois array.
標簽: function the computes Related
上傳時間: 2014-01-10
上傳用戶:yiwen213
一個聚類算法用K-mean處理后迭代,論文發表在PAK
上傳時間: 2013-12-09
上傳用戶:66666