资源列表

« 1 2 ... .45 .46 .47 .48 .49 9450.51 .52 .53 .54 .55 ... 15813 »

[matlab例程kmeans

说明:function [L,C] = kmeans(X,k) KMEANS Cluster multivariate data using the k-means++ algorithm. [L,C] = kmeans(X,k) produces a 1-by-size(X,2) vector L with one class label per column in X and a size(X,1)-by-k matrix C containing the centers
<ehsan> 在 2025-09-23 上传 | 大小:1kb | 下载:0

[matlab例程kmedioids

说明:[inds,cidx] = kmedioids(D,k) Performs k-mediods clustering only requires a distance matrix D and number of clusters k. Finds cluster assignments "inds" to minimize the following cost function: -[inds,cidx] = kmedioids(D,k) Performs k
<ehsan> 在 2025-09-23 上传 | 大小:2kb | 下载:1

[matlab例程FCM

说明:FCM1_1.m----------------------------二维随机数据聚类代码 FCM1_2.m----------------------------三维随机数据聚类代码- random data clustering code
<电子develop> 在 2025-09-23 上传 | 大小:1kb | 下载:0

[matlab例程kmeansK

说明:KMEANSK Performs K-means clustering given a list of feature vectors and k The argument k indicates the number of clusters you want the data to be divided into. data_vecs (N*R) is the set of R dimensional feature vectors for N data points. E
<ehsan> 在 2025-09-23 上传 | 大小:6kb | 下载:0

[matlab例程an

说明:高等数值分析matlab代码,迭代,函数拟合等-Advanced numerical analysis matlab code, iteration, function fitting, etc.
<*> 在 2025-09-23 上传 | 大小:3kb | 下载:0

[matlab例程ABCNNTrain

说明: Training Artificial Neural Network. XOR Problem. Summation Units, Log-Sigmoid Neurons with Biases. Input Layer: 2, Hidden Layer: 2, Output Layer: 1 neurons. Returns mean square error between desired and actual outputs. Reference Pape
<ehsan> 在 2025-09-23 上传 | 大小:5kb | 下载:0

[matlab例程Leachprotocol

说明:Leach protocol for wireless sensors
<morphable> 在 2025-09-23 上传 | 大小:4kb | 下载:0

[matlab例程bat

说明:bat algorithm for optimization
<ehsan> 在 2025-09-23 上传 | 大小:1kb | 下载:0

[matlab例程OMP_1

说明:该函数为OMP算法的函数实现,可以直接来调用,其根据沙维老师的CS_OMP改编-This function is a function of OMP algorithm to achieve, you can call directly to their teacher s CS_OMP adapted according to Shawei
<杨美钰> 在 2025-09-23 上传 | 大小:1kb | 下载:0

[matlab例程KSVD_Matlab_ToolBox

说明:该工具箱为KSVD算法的实现,其用来自适应地对信号就行稀疏表示,达到良好的稀疏性-The toolbox is KSVD algorithm, it is used to adaptively sparse representation of the signal on the line to achieve a good sparse
<杨美钰> 在 2025-09-23 上传 | 大小:5.98mb | 下载:0

[matlab例程Matlab

说明:自学matlab必备的60个小例子,包括牛顿插值、taylor解常微分方程等算法的matlab实现源代码,保证正确-It includes 60 examples of the code of matlab
<fanxing> 在 2025-09-23 上传 | 大小:25kb | 下载:0

[matlab例程inverted_pendulum

说明:运用模糊控制器编写matlabM文件,实现小车单级倒立摆系统的控制问题-fuzzy control in inverted pendulum systems
<sunny> 在 2025-09-23 上传 | 大小:1kb | 下载:0
« 1 2 ... .45 .46 .47 .48 .49 9450.51 .52 .53 .54 .55 ... 15813 »

源码中国 www.ymcn.org