OPTICS_Clustering-master

所属分类:数学计算
开发工具:matlab
文件大小:3046KB
下载次数:3
上传日期:2018-06-05 19:45:51
上 传 者rock110
说明:  in the social sciences, is a group of individuals who interact with one another and share similar interests.[1] Interacting with cliques is part of normative social development regardless of gender, ethnicity or popularity. Although cliques are most commonly studied during adolescence and middle childhood development, they exist in all age groups. Typically, people in a clique will not have a complete open friend group, and can therefore "ban" members of the clique if they do something that is considered unacceptable, such as talking to someone generally disliked by the clique. People who are part of a clique are bonded together through shared and similar social characteristics such as race, ethnicity, economic status and physical appearance

文件列表:
LICENSE.txt (35147, 2015-05-12)
cluster_optics.m (7118, 2015-05-12)
example_data.mat (3104101, 2015-05-12)
optics_demo.m (551, 2015-05-12)

##OPTICS CLUSTERING## This MATLAB function computes a set of clusters based on the algorithm introduced in Figure 19 of Ankerst, Mihael, et al. "OPTICS: ordering points to identify the clustering structure." ACM Sigmod Record. Vol. 28. No. 2. ACM, 1999. **Written by Alex Kendall** University of Cambridge 18 Feb 2015 http://mi.eng.cam.ac.uk/~agk34/ This software is licensed under GPLv3, see included glpv3.txt. **Input:** points - input points to cluster where each point is a separate row and the columns are data dimensions minpts - the minimum points required to form a cluster epsilon - a percentage threshold to make a cluster **Output:** SetOfClusters - a struct containing each cluster's start and end index RD - each point's reachability distance CD - each point's core distance order - the order of points in the reachability graph **Dependencies:** This function requires optics.m from Michal Daszykowski's implementation of calculating the reachability distance for all points. For more details, refer to http://chemometria.us.edu.pl/index.php?goto=downloads

近期下载者

相关文件


收藏者