Home
Search
Recent Posts
Login
Register
Contact Us
TechnicalTalk
»
Programming and Web Development
»
C/C++
k-mean with c language
Username
Password
Forgot your password?
Would you write for us? We are hiring...
Check out our new Freelance Job Board
Pages: [
1
]
Go Down
« previous
next »
Email this topic
|
Print
0 Members and 1 Guest are viewing this topic.
k-mean with c language
it_mooon
Activity
0%
New Poster
Posts: 2
Topics: 2
k-mean with c language
May 07, 2011, 11:45:47 AM
Dear all,
I want made experiments on k-mean algorithm
How i can find the k-mean algorithm source code with c language?
Thank you very much
john14317
Activity
0%
Skilled Coder
Posts: 149
Topics: 0
Re: k-mean with c language
July 05, 2011, 05:21:23 AM
visit this link :- k-mean with c language
http://www.eee.bham.ac.uk/russellm/ee3j2/k-means.c
payday loans
instant online cash advance
kellylsn
Activity
0%
Professional Coder
Posts: 229
Topics: 7
Re: k-mean with c language
July 18, 2011, 10:43:26 PM
It is very hard to get source code but just you try this url
http://www.codeding.com/?article=14
Hope you will satisfy.
Payday Loan
Online Easy Loans
kellylsn
Activity
0%
Professional Coder
Posts: 229
Topics: 7
Re: k-mean with c language
July 20, 2011, 11:44:47 PM
K -mean is the algorithm for solving clustering problem.
I will state few steps/ procedure of this algorithm.
The procedure follows a simple and easy way to classify a given data set through a certain number of clusters (assume k clusters) fixed a priori. The main idea is to define k centroids, one for each cluster. These centroids shoud be placed in a cunning way because of different location causes different result. So, the better choice is to place them as much as possible far away from each other. The next step is to take each point belonging to a given data set and associate it to the nearest centroid. When no point is pending, the first step is completed and an early groupage is done. At this point we need to re-calculate k new centroids as barycenters of the clusters resulting from the previous step. After we have these k new centroids, a new binding has to be done between the same data set points and the nearest new centroid. A loop has been generated. As a result of this loop we may notice that the k centroids change their location step by step until no more changes are done. In other words centroids do not move any more.
Payday Loan
Online Easy Loans
Email this topic
|
Print
Pages: [
1
]
Go Up
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Technical Resources - Articles and Videos
-----------------------------
=> Read/Post Free Articles
===> SEO and Marketing
===> Graphics and Design
===> Operating Systems
===> Programming
=> Video Tutorials
-----------------------------
Programming and Web Development
-----------------------------
=> C/C++
=> Visual Basic 6.0
=> Classic ASP 3.0
=> .NET
=> PHP
=> JAVA
=> Python
=> JavaScript and VBScript - Scripting Languages
=> Web Security
=> Other programming languages
=> Database Programming Discussions
===> Microsoft SQL Server
===> My SQL
-----------------------------
Graphics and Web Design
-----------------------------
=> HTML/XHTML/DHTML & CSS
=> Photoshop and Flash
=> General Web Design
=> Review your design template or website
-----------------------------
Operating Systems
-----------------------------
=> Windows
=> Linux and Unix
=> General - Operating System Discussion
-----------------------------
SEO and Marketing Success Strategy
-----------------------------
=> Search Engines
===> Google
===> Yahoo
===> Microsoft MSN - Bing
=> SEO - Search Engine Optimization
===> Web Directories
===> Link Development
=> Internet Marketing and Advertising
===> Affiliate Programs
===> Generating Revenue
===> Increasing Traffic
=> General Marketing Discussion
=> Promote Your Service
-----------------------------
Web Hosting and Hosting Management
-----------------------------
=> Web Hosting
===> Free Web Hosting
===> Web Hosting Request
=> Web Hosting offers and plans
-----------------------------
Miscellaneous
-----------------------------
=> Blogging
=> Off-Topic Discussion - Non Programming
=> Social Networks
-----------------------------
Forum Information
-----------------------------
=> Introduce Yourself
=> Suggestions and Feedback
=> Forum Rules/Guidelines/News/Announcements
=> Forum Support
=> Forum Games and Contests
===> Games
Powered by SMF 1.1.15
|
SMF © 2011, Simple Machines
Google visited last this page January 21, 2012, 09:23:16 PM
Loading...