码迷,mamicode.com
首页 >  
搜索关键字:clustering    ( 336个结果
Etcd学习(二)集群搭建Clustering
1、单个etcd节点(测试开发用) 之前我一直开发测试一直是用的一个Etcd节点,然后启动命令一直都是直接打一个etcd(我已经将etcd安装目录的bin目录加入到PATH环境变量中),然后启动信息显示etcd server监听在默认的4001端口,peer server监听在默认的7001端口。 2、三个Etcd节点组成Clustering 然后今天想测试一下集群功能,就按照gut...
分类:其他好文   时间:2014-08-27 00:27:57    阅读次数:549
Machine Learning—The k-means clustering algorithm
印象笔记同步分享:Machine Learning—The k-means clustering algorithm...
分类:其他好文   时间:2014-08-25 11:51:44    阅读次数:173
My brief introduction to K-SVD
K-SVD has become a popular dictionary learning method for deriving dictionaries which can sparsely represent the given signals. It is an enhancement of K-means clustering method....
分类:其他好文   时间:2014-08-08 21:24:10    阅读次数:256
【数据挖掘技术】聚类分析
聚类(Clustering)分析有一个通俗的解释和比喻,那就是“物以类聚,人以群分”。针对几个特定的业务指标,可以将观察对象的群体按照相似性和相异性进行不同群组的划分。经过划分后,每个群组内部个对象间的相似度会很高,而在不同群组之间的对象彼此间将具有很高的相异度。 聚类技术一方面本身就是一种...
分类:其他好文   时间:2014-08-06 01:52:50    阅读次数:203
数据聚类------GMM
我们来说一下另一个很流行的算法:Gaussian Mixture Model (GMM)。事实上,GMM 和 k-means 很像,不过 GMM 是学习出一些概率密度函数来(所以 GMM 除了用在 clustering 上之外,还经常被用于 density estimation ),简单地说,k-m...
分类:其他好文   时间:2014-08-04 16:57:17    阅读次数:295
数据聚类-----medoids
前一篇我们了解了一个最基本的 clustering 办法 k-means ,这次要说的 k-medoids 算法,其实从名字上就可以看出来,和 k-means 肯定是非常相似的。事实也确实如此,k-medoids 可以算是 k-means 的一个变种。 k-medoids 和 k-mean...
分类:其他好文   时间:2014-08-04 16:54:17    阅读次数:232
(Breiman) 随机森林之classification/clustering description
ContentsIntroductionOverviewFeatures of random forestsRemarksHow Random Forests workThe oob error estimateVariable importanceGini importanceInteractio...
分类:其他好文   时间:2014-07-26 01:14:06    阅读次数:585
Clustering Devices In An Internet Of Things
Clustering devices in an Internet of Things ('IoT'), including: receiving, by a device clustering module, a characteristic set for a device, wherein t...
分类:Web程序   时间:2014-07-23 11:52:26    阅读次数:410
ML | spectral clustering
What's xxxIn multivariate statistics and the clustering of data, spectral clustering techniques make use of the spectrum (eigenvalues) of the similari...
分类:其他好文   时间:2014-07-22 22:51:53    阅读次数:193
ML | k-means
what's xxxk-means clustering tends to find clusters of comparable spatial extent, while the expectation-maximization mechanism allows clusters to have...
分类:其他好文   时间:2014-07-20 09:17:04    阅读次数:227
336条   上一页 1 ... 30 31 32 33 34 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!