搜索资源列表
Kmeans2_k2
- 对给定的一组数据点采用k均值进行划分,并用散点图表示了出来-A set of data points in a given using k-means partition, and a scatter diagram
dianyunyasuoxianshi
- 通过对曲率压缩法的改进 实现电云的压缩 并显示压缩后的点云数据-By compressing method improvement curvature point cloud compression and display the point cloud data compressed
kNN
- k近邻算法,可以简单准确的对数据,按照给定点与设定点的欧氏距离大小,进行分类-K nearest neighbor algorithm, can be simple and accurate data, in accordance with the set point to the point and the Euclidean distance of the set point size, classification
Kalman
- Kalman算法示例,java实现通过Klman对GPS点进行过滤,实现平滑-Kalman algorithm example, trajectory filtering by Kalman filtering useing java
FCMCluster
- 模糊c-均值聚类算法 fuzzy c-means algorithm (FCMA)或称( FCM)。在众多模糊聚类算法中,模糊C-均值( FCM) 算法应用最广泛且较成功,它通过优化目标函数得到每个样本点对所有类中心的隶属度,从而决定样本点的类属以达到自动对样本数据进行分类的目的。- 模糊c-均值聚类算法 fuzzy c-means algorithm (FCMA)或称( FCM)。在众多模糊聚类算法中,模糊C-均值( FCM) 算法应用最广泛且较成功,它通过优化目标函数得到每个样本点
K_Means
- K-Means是聚类算法中的一种,其中K表示类别数,Means表示均值。顾名思义K-Means是一种通过均值对数据点进行聚类的算法。K-Means算法通过预先设定的K值及每个类别的初始质心对相似的数据点进行划分。并通过划分后的均值迭代优化获得最优的聚类结果。(K-Means is one of the clustering algorithms, in which K represents the number of classes, and Means means the mean. As t
Python for Data Analysis
- 利用python进行数据分析,英文书籍,从pandas库的数据分析工具开始利用高性能工具对数据进行加载、清理、转换、合并以及重塑;利用matpIotlib创建散点图以及静态或交互式的可视化结果;利用pandas的groupby功能对数据集进行切片、切块和汇总操作;处理各种各样的时间序列数据。(Starting from the data analysis tools of pandas database, high performance tools are used to load, clea