cluster-analysis
Where to find a reliable K-medoid(Not k-means) open source software/tool? [closed]
Closed. This question is seeking recommendations for books, tools, sof开发者_StackOverflow中文版tware libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting ans[详细]
2023-04-10 18:31 分类:问答How to get flat clustering corresponding to color clusters in the dendrogram created by scipy
Using the code posted here, I created a nice hierarchical clustering: Let\'s say the the dendrogram on the left was created by doing something like[详细]
2023-04-10 17:27 分类:问答What is the difference between a Confusion Matrix and Contingency Table?
I\'m writting a piece of code to evaluate my Clustering Algorithm and I find that every kind of evaluatio开发者_运维问答n method needs the basic data from a m*n matrix like A = {aij} where aij is the[详细]
2023-04-10 08:04 分类:问答Fuzzy c-means tcp dump clustering in matlab
Hi I have some data thats represented like this: 0,tcp,http,SF,239,486,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,8,8,0.00,0.00,0.00,0.00,1.00,0.00,0.00,19,19,1.00,0.00,0.05,0.00,0.00,0.00,0.00,0.00,normal.[详细]
2023-04-09 16:36 分类:问答Clusters over time in R
I have a series of data that I\'m going to use clustering on, and I want to see how this data clusters over time.[详细]
2023-04-08 19:24 分类:问答Server-side clustering for google maps api v3
I am currently developing a kind of google maps overview widget that displays locations as markers on the map. The amount of markers varies from several hundreds up to thousands of markers (10000 up).[详细]
2023-04-07 15:51 分类:问答How to specify distance metric while for kmeans in R?
I\'m doing kmeans clustering in R with two requirements: I need to specify my own distance function, now it\'s Pearson Coefficient.[详细]
2023-04-07 02:06 分类:问答k-means: Same clusters for every execution
Is it possible to get same kmeans clusters for every execution for a particular data set. Just like for a ran开发者_运维问答dom value we can use a fixed seed. Is it possible to stop randomness for clu[详细]
2023-04-06 23:12 分类:问答Can i use CLUTO package from C#?
I am wondering whether there are some C#-specific builds of CLUTO package for using its APIs directly from C# project.[详细]
2023-04-06 18:22 分类:问答Should one use distances (dissimilarities) or similarities in R for clustering?
I\'m doing a cluster problem, and theproxypackage in R provides both dist and simil functions. For my purpose I need a distance matrix, so I initially used dist, and here\'s the code:[详细]
2023-04-06 15:42 分类:问答