
Matlab中,利用nngenc函数生成若干聚类点。
5星
- 浏览量: 0
- 大小:None
- 文件类型:None
简介:
该函数用于自动生成聚类点,其定义为 x = nngenc(bounds, clusters, points, std_dev);其中,bounds 指定了生成点的取值范围,clusters 定义了聚类点的数量,points 表示要生成多少个点,std_dev 则表示每个聚类点相对于其质心的偏差。
全部评论 (0)
还没有任何评论哟~


简介:
该函数用于自动生成聚类点,其定义为 x = nngenc(bounds, clusters, points, std_dev);其中,bounds 指定了生成点的取值范围,clusters 定义了聚类点的数量,points 表示要生成多少个点,std_dev 则表示每个聚类点相对于其质心的偏差。


