In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/02 Report--
This article introduces the knowledge about "Python's method of achieving hierarchical clustering". In the actual case operation process, many people will encounter such difficulties. Next, let Xiaobian lead you to learn how to deal with these situations! I hope you can read carefully and learn something!
hierarchical clustering algorithm
As the name implies, hierarchical clustering is a layer of clustering, you can divide the large categories (clusters) from top to bottom, called split method; you can also aggregate small categories from bottom to top, called aggregation method; but generally used more is from bottom to top aggregation method.
Split Law:
Split method refers to the initial classification of all samples into a cluster, and then gradually split according to some criteria until a certain condition or a set number of classifications are reached. Description of algorithm:
Input: sample set D, number of clusters or some condition (usually a threshold for sample distance, so that the number of clusters can not be set)
Output: Cluster Results
1. classifying all samples in the sample set into a cluster;
repeat:
2. Calculate the distance between two samples in the same cluster (counted as c), and find the two samples a and b with the farthest distance;
3. assigning samples a, b to different clusters c1 and c2;
4. Calculate the distance between the remaining sample points in the original cluster (c) and a, b, if dis(a)
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.