1 / 10

An Overview of Data Mining Techniques

An Overview of Data Mining Techniques. Data and Regular Statistics. Given data of high integrity (large volumes of records with clean and complete attributes Regular statistics can already produce conclusions Mean Mode Standard deviation

roanna-moon
Download Presentation

An Overview of Data Mining Techniques

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. An Overview of Data Mining Techniques

  2. Data and Regular Statistics • Given data of high integrity (large volumes of records with clean and complete attributes • Regular statistics can already produce conclusions • Mean • Mode • Standard deviation • Frequency analysis (how many px had pneumonia from 89-92 in Region 1) • Numerous visualizations can already be made • Bar graphs • Trend graphs • Pie charts

  3. Data Mining • Data Mining is the processes of deriving information out of a very large volume of data • Techniques go beyond basic statistical methods • A notion of “learning” is implied • Data that seem to be unrelated may appear to have correlation • Climate condition correlated with probability that a civil war will occur • Shopping behavior correlated with risk of injury

  4. Data mining techniques • K – Nearest Neighbor • K means clustering

  5. k-Nearest Neighbor • You already have voluminous data of multiple cases/records that are properly classified • You have a new case that is not yet part of your multiple data • K-NN can determine the classification of this new case

  6. k-NN Process • Specify k • Select a good metric • Compute distances for each column • Add all column distances for each row • Determine k nearest neighbors and relative weights • Make prediction

  7. k-NN Example • Sample credit risk data • How would Maria who is single, high-income earner, and low in debt be classified?

  8. k-NN Example (continued) • Assume k=3 • Metric • Compare columns, 0-same, 1-different • Get total for all columns

  9. k-NN Example (continued) • Maria’s nearest neighbors: • Harry (0, Poor) • Amber (1, Good) • Kaley (2, Poor) • Joe (2, Good) • Maria is predicted as a “Poor” risk!

  10. K-NN Applications • Could be applied to records of patients (i.e. cancer) • Example of attributes for cancer data: • Pathological findings • Radiological findings • Lab results • Surgical notes • Etc. • Predisposition (risk) for cancer may be determined

More Related