搜索结果
找到约 15 项符合
k-mean 的查询结果
数值算法/人工智能 KMEANS Trains a k means cluster model.CENTRES = KMEANS(CENTRES, DATA, OPTIONS) uses the batch K-mean
KMEANS Trains a k means cluster model.CENTRES = KMEANS(CENTRES, DATA, OPTIONS) uses the batch K-means
algorithm to set the centres of a cluster model. The matrix DATA
represents the data which is being clustered, with each row
corresponding to a vector. The sum of squares error function is used.
The ...
人工智能/神经网络 是对K-mean算法的数据分析处理,运行时需输入数据,其中有参考数据,希望对大家的学习有所帮助
是对K-mean算法的数据分析处理,运行时需输入数据,其中有参考数据,希望对大家的学习有所帮助
人工智能/神经网络 分级聚类算法:包括k-mean max-dist min-dist 程序使用方法: 程序中打开文件“.dat”-》选择聚类方法-》显示数据 .dat文件格式: 分成几类 输入样本维数 样本
分级聚类算法:包括k-mean max-dist min-dist
程序使用方法:
程序中打开文件“.dat”-》选择聚类方法-》显示数据
.dat文件格式:
分成几类
输入样本维数
样本个数
下面依次为样本特征向量