Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
matlab source code of k means for clustering for dna sequence
#1

Demo.m shows a K-means clustering demo
kmeans_function folder contains following files to show how it works as a function:
Test.m
km_fun.m

K-means clustering is one of the popular algorithms in clustering and segmentation. K-means clustering treats each feature point as having a location in space. The basic K-means algorithm then arbitrarily locates, that number of cluster centers in multidimensional measurement space. Each point is then assigned to the cluster whose arbitrary mean vector is closest. The procedure continues until there is no significant change in the location of class mean vectors between successive iterations of the algorithms.

This code is used in the following paper:
A. Asvadi, M. Karami, Y. Baleghi, Efficient Object Tracking Using Optimized K-means Segmentation and Radial Basis Function Neural Networks, International Journal of Information and Communication Technology Research (IJICT), vol. 4, no. 1, pp. 29-39, December 2011.
Reply

#2

Please type your request about matlab source code of k means for clustering for dna sequence in this blank Text Editor available at right side=>=>
And SAVE by clicking "Post Thread" Button available at this page bottom side

Request Example..!: xx said matlab source code of k means for clustering for dna sequence will be available here and now i am living at .. and i last studied in the college/school .. and now am doing ..i need help on ..etc
Reply



[-]
Quick Reply

Forum Jump:


Users browsing this thread:
1 Guest(s)

Powered By MyBB, © 2002-2024 iAndrew & Melroy van den Berg.