k-means
Self Organizing maps Vs k-means
Does anyone know how well does Self Organizing Maps(SOM) compare to k-means? I believe usually in the color开发者_C百科 space,such as RGB, SOM is a better method to cluster colors together as there is[详细]
2023-03-18 21:43 分类:问答Algorithm for returning similar documents represented in Vector space model
I have a DB containing tf-idf vectors of about 30,000 documents. I would like to return for a given document a set of similar documents - about 4 or so.[详细]
2023-03-14 21:38 分类:问答How do I print out objects in an array in python?
I\'m writing a code which performs a k-means clustering on a set of data.I\'m actually using the code from a book called collective intelligence by O\'Reilly.Everything works, but in his code he uses[详细]
2023-03-14 05:23 分类:问答K-Means Algorithm [duplicate]
This question already has answers here: 开发者_运维技巧Closed 11 years ago. Possible Duplicates:[详细]
2023-03-13 06:01 分类:问答Can I use K-means algorithm on a string?
I am working on a python project where I开发者_开发技巧 study RNA structure evolution (represented as a string for example: \"(((...)))\" where the parenthesis represent basepairs). The point being is[详细]
2023-03-11 22:13 分类:问答How to calculate reconstruction error?
How to calculate reconstruction error and where can I find information about it? (I will calculate r开发者_运维百科econstruction error of my data after K-means algorithm)Needed to calculate every poin[详细]
2023-03-09 20:13 分类:问答How to Implement K-Means Clustering Algorithm for MFCC Features?
I got the features of some sound variables with MFCC Algorithm. I want to cluster them with K-Means. I have 70 frames and every frame has 9 cepstral coefficients for one voice sample. It means that I[详细]
2023-03-09 13:28 分类:问答Random Clustering Algorithm
I have set of points, and i want clusters out of them. I know how to do normal开发者_开发知识库 k-means algorithm. But i don\'t want to take \'k\' as input. Suppose if i have points like[详细]
2023-03-04 23:52 分类:问答Is there a way in which i can give the following matrix as an input to a kmeans clustering program?
imagine I have the following \"Pageview matrix\" COLUMN HEADINGS:books placement resources br aca Each row represents a session[详细]
2023-03-01 15:07 分类:问答Implementing Vocabulary Tree in OpenCV
I am trying to implement image search based on paper \"Scalable Recogni开发者_如何转开发tion with a Vocabulary Tree\". I am using SURF for extracting the features and key points. For example, for an i[详细]
2023-03-01 10:53 分类:问答