搜索结果

找到约 1,149 项符合 K-Nearest 的查询结果

人工智能/神经网络 基本的k-means聚类算法c++实现

基本的k-means聚类算法c++实现,对于理解算法的过程非常有帮助。 Basic implementation of k-means algorithm with c++, it is very helpful to understand the procedure of k-means algorithm.
https://www.eeworm.com/dl/650/276950.html
下载: 25
查看: 1062

人工智能/神经网络 高效的k-means算法实现

高效的k-means算法实现,使用了k-d树与局部搜索等提高k-means算法的执行效率,同时包含示例代码,用c++代码实现。 Effecient implementation of k-means algorith, k-d tree and local search strategy are implementd to improve the effeciency, samples are included to show how to use it. All codes are implemented ...
https://www.eeworm.com/dl/650/276954.html
下载: 200
查看: 1085

数据结构 1. 分层次聚类法(最短距离法) 2. 最简单的聚类方法 3. 最大距离样本 4. K 平均聚类法(距离平方和最小聚类法)

1. 分层次聚类法(最短距离法) 2. 最简单的聚类方法 3. 最大距离样本 4. K 平均聚类法(距离平方和最小聚类法)
https://www.eeworm.com/dl/654/278545.html
下载: 182
查看: 1120

金融证券系统 这是一个股票盘后数据分析系统基础底层,已经实现了基本的K线图的重现,RIS线,均线图的重现, 是在一个台湾高手发布的原码上修改的,现在支持通达信的股票数据格式.

这是一个股票盘后数据分析系统基础底层,已经实现了基本的K线图的重现,RIS线,均线图的重现, 是在一个台湾高手发布的原码上修改的,现在支持通达信的股票数据格式.
https://www.eeworm.com/dl/638/280673.html
下载: 90
查看: 1726

人工智能/神经网络 k-meansy算法源代码。This directory contains code implementing the K-means algorithm. Source code may be f

k-meansy算法源代码。This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output i ...
https://www.eeworm.com/dl/650/280706.html
下载: 95
查看: 1104

网络 This isakmpd, a BSD-licensed ISAKMP/Oakley (a.k.a. IKE) implementation.

This isakmpd, a BSD-licensed ISAKMP/Oakley (a.k.a. IKE) implementation.
https://www.eeworm.com/dl/635/280915.html
下载: 106
查看: 1047

matlab例程 维纳K恩格尔和约翰G普罗克斯 “数字信号处理--使用MATLAB”的一书中有很多数字信号处理的MATLAB函数,楼天顺的“基于MATLAB的系统分析与设计--信号处理”一书中也有许多MATLAB函数。

维纳K恩格尔和约翰G普罗克斯 “数字信号处理--使用MATLAB”的一书中有很多数字信号处理的MATLAB函数,楼天顺的“基于MATLAB的系统分析与设计--信号处理”一书中也有许多MATLAB函数。本工具箱便是提供这些函数,方便使用时调用。
https://www.eeworm.com/dl/665/280929.html
下载: 115
查看: 1202

多国语言处理 k-mean算法演示

k-mean算法演示,利用手工输入点通过k类自动聚合
https://www.eeworm.com/dl/637/281795.html
下载: 87
查看: 1029

人工智能/神经网络 聚类算法包,包括K-Means,性能好

聚类算法包,包括K-Means,性能好,有例程
https://www.eeworm.com/dl/650/281953.html
下载: 71
查看: 1059

数值算法/人工智能 kmeans算法实现 a simple k-means clustering routine. returns the cluster labels of the data points in a

kmeans算法实现 a simple k-means clustering routine. returns the cluster labels of the data points in an array.
https://www.eeworm.com/dl/518/282241.html
下载: 184
查看: 1168