当前位置:网站首页>July 19, 2022 daily
July 19, 2022 daily
2022-07-22 17:08:00 【mentalps】
0 2022/7/19
1 clustering algorithm
- Clustering method based on partition , Such as K-means
K-Means The algorithm is a typical clustering algorithm based on partition , It is also an unsupervised learning algorithm .K-Means The idea of the algorithm is very simple , For a given sample set , Euclidean distance is used to measure the similarity between data objects , Similarity is inversely proportional to the distance between data objects , The greater the similarity , The smaller the distance . - Hierarchical clustering method , Such as CURE
It is a condensation algorithm (AGNES). The algorithm first considers each data point as a class , Then merge the nearest class until the number of classes is the number required . But and AGNES The difference between algorithms is : Cancel using all points or center points + Distance to represent a class , Instead, extract a fixed number from each class 、 Well distributed points are representative points of this kind _, And put these representative points ( commonly 10 individual ) Multiply by an appropriate contraction factor ( General Settings 0.2~0.7 Between ), Make them closer to the center of the class . The shrinkage properties of representative points can be adjusted to match those non spherical scenes , And the use of shrinkage factor can reduce the impact of noise on clustering . - Grid based clustering method , Such as STING
STING(Statistical Information Grid-based method) It is a grid based multi-resolution clustering technology , It divides the spatial area into rectangular units . For different levels of resolution , There are usually multiple levels of rectangular cells , These units form a hierarchical structure : Each high-level unit is divided into several lower level units . Statistics about the attributes of each grid cell ( For example, the average 、 Maximum and minimum ) Pre calculated and stored . These statistics are used to answer queries . - Density based clustering method , Such as DBSCAN
DBSCAN By checking the ε- Neighborhood to find clustering . If a point p Of ε- Neighborhood contains more than MinPts A little bit , Create one to p New clusters as core objects . then ,DBSCAN Repeatedly look for objects with direct density from these core objects , This process may involve the merging of some density reachable clusters . When no new points can be added to any cluster , End of the process . - Clustering method based on neural network , Such as SOM
Self organizing feature mapping network SOFM Also known as self-organizing mapping network SOM, It is a self-organizing competitive neural network , When a neural network accepts external input patterns , Will be divided into different corresponding areas , Each region has different response characteristics to the input mode , And this process is done automatically . Its characteristics are similar to the self-organization characteristics of human brain . - Graph based clustering method , Such as Normalized cut
边栏推荐
- Ffmpeg-rk3399 ffplay learning analysis
- 汉得x久立特材|携手打造协同办公门户,助力IT内部规范管理
- SAP WPER(POS接口监控器)IDCO过账凭证ALV报表
- numpy.random.seed()
- 1143. Longest common subsequence
- npm私服发包及使用
- In the arm64 environment, the third-party library hajimehoshi/oto of golang relies on the solution of alsa lib and CGO
- Inventory of e-mail security incidents in China in the first half of 2022
- tf.set_random_seed()
- 汉得集成平台 集星獭 1.4.0 版本正式发布!
猜你喜欢
Crack PLSQL by deleting the registry
UE4 创建一个工程
Cross domain problem (CORS) detailed description and solution
数据湖:数据湖技术架构演进
Hande integrated platform Jixing otter version 1.4.0 was officially released!
Hande enterprise PAAS platform hzero released version 1.5.0.release
How much do you know about hande digital platform system and trial?
Data Lake: evolution of data Lake Technology Architecture
5.SSH远程服务
数字化路径与实践思考
随机推荐
Qt5.9.2初次导入使用msvc2017_64编译器遇到的问题记录
[vs] how to check where the thread is blocked
ES6中的一些新特性
UE4 创建一个工程
Grasp the development trend of robot education towards AI intelligence
14_响应模型
Contract awarding and use of NPM private server
汉得集成平台 集星獭 1.4.0 版本正式发布!
Visual system design example (Halcon WinForm) -8. matching search
还在写增删改查代码?直接一键生成
禅道管理员忘记密码找回密码
16_ Response status code
UE4 将画刷制作的物体合并成一个整体
ES6 模板字符串
线程系列协程原理
Hande enterprise PAAS platform hzero will soon be heavily open source!
npm私服发包及使用
tf.random_normal_initializer
MySQL query plan key_ How to calculate len
oracle存储过程参数理解