clustering source code in vb net
#1

source code of k medoids clustering algorithm in vb.net
Reply
#2

clustering source code in vb net

This is C source code for a simple implementation of the popular k-means clustering algorithm. It is based on the implementation in Matlab, which was in turn based on GAF Seber, Multivariate Observations, 1964, and H Spath, Cluster Dissection and Analysis: Theory, FORTRAN Programs, Examples.

The algorithm is based on a two-pass implementation with an iterative "batch update" process occuring in the first pass and an iterative "point by point" update in the second pass. The "point by point" or "online update" process does not seem to be working, but that may just be a consequence of the particular type of datasets I have been working with. It is currently commented out - I welcome feedback on this, especially if somebody managed to fix it.

This code has currently been tested on a 2D dataset with tens of millions of points being grouped into <10 clusters. Note that the max number of clusters and max number of iterations are hard-coded using #define - you may need to change these for your application.
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  simple java rmi chat application source code 2 19,202 20-07-2018, 12:08 PM
Last Post: Guest
  authentication schemes for session passwords using color and images project source code 2 2,237 03-02-2018, 09:35 AM
Last Post: Nischithnash
  free download source code for online movie ticket booking in java 2 18,712 15-08-2017, 03:21 PM
Last Post: Morshed
  source code for rsa encryption and decryption in java 2 8,018 29-05-2017, 04:21 PM
Last Post: Meghna Jadhav
  download liver tumor ct scan image in matlab with source code 4 8,067 21-05-2017, 09:54 PM
Last Post: abdulrahmanmashaal
  online cab booking source code in asp net 3 7,943 11-05-2017, 10:39 AM
Last Post: jaseela123d
Thumbs Up online catering management system on php with report and source code and ppt 4 8,803 29-04-2017, 10:59 AM
Last Post: jaseela123d
  source code for task scheduling using genetic algorithm using java 2 8,529 11-04-2017, 08:31 PM
Last Post: Guest
  automatic timetable generator source code vb 1 7,608 07-04-2017, 12:31 PM
Last Post: jaseela123d
Thumbs Up source code of online payment system using steganography and visual cryptography 3 8,510 06-04-2017, 09:56 AM
Last Post: jaseela123d

Forum Jump: