欢迎来到虫虫下载站 | 资源下载 资源专辑 关于我们
虫虫下载站

How the K-mean Cluster work Step 1. Begin with a decision the value of k = number of clusters S

并行计算 3 K 149 次下载

资源详细信息

文件格式
RAR
文件大小
3 K
资源分类
上传者
发布时间
下载统计
149
所需积分
2 积分

How the K-mean Cluster work Step 1. Begin with a decision the value of k = number of clusters S - 资源详细说明

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.

How the K-mean Cluster work Step 1. Begin with a decision the value of k = number of clusters S - 源码文件列表

本资源包含 2 个源码文件 支持在线预览,点击文件名即可查看

温馨提示:点击文件名或"查看源码"按钮可在线浏览源代码,支持语法高亮显示。

立即下载 How the K-mean Cluster work S

提示:下载后请用压缩软件解压,推荐使用 WinRAR 或 7-Zip

下载说明与使用指南

下载说明

  • 本资源需消耗 2积分
  • 24小时内重复下载不扣分
  • 支持断点续传功能
  • 资源永久有效可用

使用说明

  • 下载后使用解压软件解压
  • 推荐使用 WinRAR 或 7-Zip
  • 如有密码请查看资源说明
  • 解压后即可正常使用

积分获取方式

  • 上传优质资源获得积分
  • 每日签到免费领取积分
  • 邀请好友注册获得奖励
  • 查看详情 →

相关技术标签

点击标签浏览更多相关并行计算资源:

相关并行计算资源推荐