developing an algorithm for data mining using clustering genetic algorithm at c++
#1

developing an algorithm for data mining using clustering genetic algorithm at c++



With an enormous amount of data stored in databases and data warehouses, it is increasingly important to develop powerful tools for analysis of such data and mining interesting knowledge from it. Data mining is more than slicing and dicing of data; it is a powerful business intelligence technology that provides knowledge about unknown patterns and events from large databases. Data mining technologies have known to significantly reduce operational costs and improve value of customer relationships. Data mining is a process of inferring knowledge from such huge data.

Clustering is a classical topic in statistical data analysis and machine learning. There are many research work discussing clustering methods. Generally, clustering algorithms can be categorized in several ways. According to the structure of clusters, there are hierarchical methods and partitioning methods. The former builds a hierarchical decomposition upon the data objects, while the latter simply makes a partition for the data. Most partitioning methods are iterative: they start with a set of initial clusters and improve them by iterating a reallocation operation that reassigns the objects.

A genetic algorithm is an iterative procedure that consists of a constant-size population of individuals, each one represented by a finite string of symbols, known as the genome, encoding a possible solution in a given problem space. Evolution has proven to be a very powerful mechanism in finding good solutions to difficult problems. The natural selection can be viewed as an optimization method, which tries to produce adequate solutions to particular environments.

This work makes use of traditional K Means algorithm and Genetic algorithm to cluster the patient’s dataset. The proposed algorithm is named as Genetic Enhanced K Means Clustering. This algorithm works well against all partitioning methods. The performance of this algorithm is comparatively very high compared to other techniques.
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: algorithm for eletricity bill, toom cook algorithm java, projects using genetic algorithm, genetic algorithm by matlab, seminar report aprori algorithm, shuffled frog leaping algorithm ppt, data clustering analysis,

[-]
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
  A Link-Based Cluster Ensemble Approach for Categorical Data Clustering 1 1,087 16-02-2017, 10:51 AM
Last Post: jaseela123d
  Exploiting the Functional and Taxonomic Structure of Genomic Data by Probabilistic To 1 768 14-02-2017, 04:15 PM
Last Post: jaseela123d
  An Efficient Algorithm for Mining Frequent Patterns full report project topics 3 4,772 01-10-2016, 10:02 AM
Last Post: Guest
  watermarking algorithm seminar class 3 2,680 27-04-2016, 11:17 AM
Last Post: dhanabhagya
  Remote Server Monitoring System For Corporate Data Centers smart paper boy 3 2,854 28-03-2016, 02:51 PM
Last Post: dhanabhagya
  Secured Data Hiding and Extractions Using BPCS project report helper 4 3,673 04-02-2016, 12:52 PM
Last Post: seminar report asees
  Data Hiding in Binary Images for Authentication & Annotation project topics 2 1,836 06-11-2015, 02:27 PM
Last Post: seminar report asees
  DATA LEAKAGE DETECTION project topics 16 13,132 31-07-2015, 02:59 PM
Last Post: seminar report asees
  DYNAMIC SEARCH ALGORITHM IN UNSTRUCTURED PEER-TO-PEER NETWORKS--PARALLEL AND DISTRIBU electronics seminars 9 7,380 14-07-2015, 02:25 PM
Last Post: seminar report asees
  Privacy Preservation in Data Mining sajidpk123 3 2,975 13-11-2014, 10:48 PM
Last Post: jaseela123d

Forum Jump: