code for k means clustering for kdd 99 using swing
#1

Hi am Mohamed i would like to get details on code for k means clustering for kdd 99 using swing ..My friend Justin said code for k means clustering for kdd 99 using swing will be available here and now i am living at india and i last studied in the college/school .srtmu and now am doing ..phd..i need help on ode for k means clustering for kdd 99 using swing etc

this is my email AHMED_ALDUBAI86[at]YAHOO.COM
Reply
#2

k-means clustering is a method of vector quantization, originally from signal processing, that is popular for cluster analysis in data mining. k-means clustering aims to partition n observations into k clusters in which each observation belongs to the cluster with the nearest mean, serving as a prototype of the cluster. This results in a partitioning of the data space into Voronoi cells.

The problem is computationally difficult (NP-hard); however, there are efficient heuristic algorithms that are commonly employed and converge quickly to a local optimum. These are usually similar to the expectation-maximization algorithm for mixtures of Gaussian distributions via an iterative refinement approach employed by both algorithms. Additionally, they both use cluster centers to model the data; however, k-means clustering tends to find clusters of comparable spatial extent, while the expectation-maximization mechanism allows clusters to have different shapes.

The algorithm has a loose relationship to the k-nearest neighbor classifier, a popular machine learning technique for classification that is often confused with k-means because of the k in the name. One can apply the 1-nearest neighbor classifier on the cluster centers obtained by k-means to classify new data into the existing clusters. This is known as nearest centroid classifier or Rocchio algorithm.
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
Popular Searches: source code of kmeans clustering of kdd dataset in java, braintumour detection using colour based k means clustering ppt, what is fuzzy clustering algorithm in swing code, source code for intrusion detection using kdd, java code for kdd dataset access, kdd cup 99 matlab code, registration form code using swing,

[-]
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
  comes means of skedaddle in favor of the surviving sharer 0 480 13-09-2019, 08:08 PM
Last Post:
  traffic light control system using 8086 code 0 831 12-07-2018, 09:46 AM
Last Post: Guest
  bus reservation using java applet source code 0 660 03-06-2018, 03:21 AM
Last Post: Guest
  kerala university allotment index mark means 0 578 21-05-2018, 12:36 PM
Last Post: Guest
  code for airshow using opengl 0 504 20-05-2018, 11:56 AM
Last Post: Guest
  university of rajasthan result ppto means 0 903 19-05-2018, 01:09 AM
Last Post: Guest
  code using opengl for selective repeat arq 0 660 12-05-2018, 11:00 PM
Last Post: Guest
  verilog code wallace tree multiplier using compressor 0 538 09-05-2018, 04:02 PM
Last Post: Guest
  matlab code for image steganography using lsb matching 0 482 26-04-2018, 11:03 AM
Last Post: Guest
  birch clustering algorithm source code 0 414 23-04-2018, 05:42 PM
Last Post: Guest

Forum Jump: