-
k-均值算法 python
均值比率
试图生成速度快、 内存效率的 K-均值程序。
安装
gem来源-http://rubygems.org
sudo gem安装 k_means
如何使用
需要 "rubygems"
要求 "k_means"
数据 = [[1,1]、 [1,2],[1,1],[1000年、 1000年],[500、 500]]
kmeans = KMeans.new (数据,: 质心 = > 2)
kmeans.inspect # 使用 kmeans.view 拿到未检查数组
= > [[3,4],[0,1,2]]
自定义的质心
需要 "rubygems"
要求 "k_means"
# 您自定义的质心需要有 #position 和 #reposition 的方法
类 CustomCentroid
attr_acces
- 2022-04-28 00:29:05下载
- 积分:1
-
大约有10种排序方法,如堆排序、快速排序、归并排序、插入排序、外壳排序、选择排序、早泡排序、线性排序、地址选择排序和基排序。我自己提出了一种简化的快速排序。...
大约有10种排序方法,如堆排序、快速排序、归并排序、插入排序、外壳排序、选择排序、早泡排序、线性排序、地址选择排序和基排序。我自己提出了一种简化的快速排序。-about 10 species of sequencing methods, such as heap sort, quick sort, merge, in order to insert sequencing, shell sort, select, in order of ranking as foam, linear ordering, sequencing and address choice-based ranking. I propose a simplified Quick Sort.
- 2022-11-06 10:35:04下载
- 积分:1
-
ELM-极限学习机
极限学习机算法,由于模式识别、非线性回归等方面。希望对您有帮助。。。。
- 2022-07-03 07:57:22下载
- 积分:1
-
gflib
GFLIB - C Procedures for Galois Field Arithmetic and Reed-Solomon Coding.
该函数库广泛用在网络编码和信道编码中。-GFLIB- C Procedures for Galois Field Arithmetic and Reed-Solomon Coding. The library is widely used in network coding and channel coding.
- 2022-01-25 15:09:55下载
- 积分:1
-
Biot' s consolidation plane finite element program, used to calculate the wat...
比奥固结平面有限元程序,用于计算地下水位及地面沉降-Biot" s consolidation plane finite element program, used to calculate the water table and land subsidence
- 2022-12-26 17:25:07下载
- 积分:1
-
人工智能15数码问题
对人工智能中8数码问题的扩展,使用C#语言实现了15数码问题,使用的算法是人工智能领域中经典的A*算法解决了人工智能中常见的十五数码问题。
- 2023-08-08 20:10:03下载
- 积分:1
-
本程序报是信号处理中信号检测与估计的一个程序包,编程环境是matlab.包含匹配滤波和卡尔曼滤波。...
本程序报是信号处理中信号检测与估计的一个程序包,编程环境是matlab.包含匹配滤波和卡尔曼滤波。-This procedure is reported to signal processing in the signal detection and estimation of a package, the programming environment is matlab. Contain matched filter and the Kalman filter.
- 2022-12-21 22:15:08下载
- 积分:1
-
word2vec神器
谷歌已经使用Deep Learning技术开发了许多新方法来解析语言,目前,谷歌开源了一款基于Deep Learning的学习工具——word2vec,这是首款面向大众的Deep Learning学习工具。
- 2022-02-18 15:06:31下载
- 积分:1
-
c++的数学物理方程数值算法源程序。这是"Numerical Methods for Physics"第二版的源程序。...
c++的数学物理方程数值算法源程序。这是"Numerical Methods for Physics"第二版的源程序。-c mathematical physics equations numerical algorithm source. This is the "Numerical Methods for Physics," the second version of the source.
- 2022-05-20 21:11:10下载
- 积分:1
-
这是我从网上找到的阴历算法,出于对原作者的尊重,代码里的各内容多于保留。...
这是我从网上找到的阴历算法,出于对原作者的尊重,代码里的各内容多于保留。-This is what I found in the lunar calendar online algorithm, based on the original author of respect, the code"s content than reservations.
- 2022-10-04 12:00:03下载
- 积分:1