平均链接聚类算法 [英] Average Linkage Clustering Algorithm

查看:238
本文介绍了平均链接聚类算法的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

问候,



我正在使用C#实现平均链接算法。我已经研究了很多。我对它是如何工作有清晰的认识。数据集将从txt文件或excel文件中获取,我该怎么做?开始使用此算法的前几个步骤是什么。

Greetings,

I am working on the implementation of Average Linkage Algorithm using C#. I have researched alot about it already. I have a clear idea on how it works. The data set will be taken from a txt file or excel file, how would I do that? and What are the first few steps to start working on this Algorithm.

推荐答案

您可能意味着具有算术平均值的未加权对组方法,如下所述: http://en.wikipedia.org/wiki/UPGMA [ ^ ]。



你可以在参考文献中找到一些实现的解释到这篇文章。



-SA
You probably mean Unweighted Pair Group Method with Arithmetic Mean, which is described here: http://en.wikipedia.org/wiki/UPGMA[^].

You can find some explanations of the implementation in the references to this article.

—SA


这篇关于平均链接聚类算法的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆