SlideShare a Scribd company logo
1 of 52
Data Mining:

Concepts and Techniques
(3rd ed.)

— Chapter 13 —
Jiawei Han, Micheline Kamber, and Jian Pei
University of Illinois at Urbana-Champaign &
Simon Fraser University
Š2011 Han, Kamber & Pei. All rights reserved.
Chapter 13: Data Mining Trends and
Research Frontiers
īŽ

Mining Complex Types of Data

īŽ

Other Methodologies of Data Mining

īŽ

Data Mining Applications

īŽ

Data Mining and Society

īŽ

Data Mining Trends

īŽ

Summary
3
Mining Complex Types of Data
īŽ

Mining Sequence Data
īŽ

Mining Time Series

īŽ

Mining Symbolic Sequences

īŽ

Mining Biological Sequences

īŽ

Mining Graphs and Networks

īŽ

Mining Other Kinds of Data
4
Mining Sequence Data
īŽ

Similarity Search in Time Series Data
īŽ

īŽ

Regression and Trend Analysis in Time-Series Data
īŽ

īŽ

Feature-based vs. sequence-distance-based vs. model-based

Alignment of Biological Sequences
īŽ

īŽ

GSP, PrefixSpan, constraint-based sequential pattern mining

Sequence Classification
īŽ

īŽ

long term + cyclic + seasonal variation + random movements

Sequential Pattern Mining in Symbolic Sequences
īŽ

īŽ

Subsequence match, dimensionality reduction, query-based similarity
search, motif-based similarity search

Pair-wise vs. multi-sequence alignment, substitution matirces, BLAST

Hidden Markov Model for Biological Sequence Analysis
īŽ

Markov chain vs. hidden Markov models, forward vs. Viterbi vs. BaumWelch algorithms
5
Mining Graphs and Networks
īŽ

Graph Pattern Mining
īŽ

īŽ

Statistical Modeling of Networks
īŽ

īŽ

Frequent subgraph patterns, closed graph patterns, gSpan vs. CloseGraph
Small world phenomenon, power law (log-tail) distribution, densification

Clustering and Classification of Graphs and Homogeneous Networks
īŽ
īŽ

īŽ

Clustering: Fast Modularity vs. SCAN

Classification: model vs. pattern-based mining

Clustering, Ranking and Classification of Heterogeneous Networks
īŽ

īŽ

RankClus, RankClass, and meta path-based, user-guided methodology

Role Discovery and Link Prediction in Information Networks
īŽ

PathPredict

īŽ

Similarity Search and OLAP in Information Networks: PathSim, GraphCube

īŽ

Evolution of Social and Information Networks: EvoNetClus
6
Mining Other Kinds of Data
īŽ

Mining Spatial Data
īŽ

īŽ

Mining Spatiotemporal and Moving Object Data
īŽ

īŽ

Topic modeling, i-topic model, integration with geo- and networked data

Mining Web Data
īŽ

īŽ

Social media data, geo-tagged spatial clustering, periodicity analysis, â€Ļ

Mining Text Data
īŽ

īŽ

Applications: healthcare, air-traffic control, flood simulation

Mining Multimedia Data
īŽ

īŽ

Spatiotemporal data mining, trajectory mining, periodica, swarm, â€Ļ

Mining Cyber-Physical System Data
īŽ

īŽ

Spatial frequent/co-located patterns, spatial clustering and classification

Web content, web structure, and web usage mining

Mining Data Streams
īŽ

Dynamics, one-pass, patterns, clustering, classification, outlier detection
7
Chapter 13: Data Mining Trends and
Research Frontiers
īŽ

Mining Complex Types of Data

īŽ

Other Methodologies of Data Mining

īŽ

Data Mining Applications

īŽ

Data Mining and Society

īŽ

Data Mining Trends

īŽ

Summary
8
Other Methodologies of Data Mining
īŽ

Statistical Data Mining

īŽ

Views on Data Mining Foundations

īŽ

Visual and Audio Data Mining

9
Major Statistical Data Mining Methods
īŽ

Regression

īŽ

Generalized Linear Model

īŽ

Analysis of Variance

īŽ

Mixed-Effect Models

īŽ

Factor Analysis

īŽ

Discriminant Analysis

īŽ

Survival Analysis
10
Statistical Data Mining (1)
īŽ

īŽ

There are many well-established statistical techniques for data
analysis, particularly for numeric data
īŽ applied extensively to data from scientific experiments and data
from economics and the social sciences
Regression
predict the value of a response
(dependent) variable from one or
more predictor (independent) variables
where the variables are numeric
īŽ

forms of regression: linear, multiple,
weighted, polynomial, nonparametric,
and robust
īŽ

11
Scientific and Statistical Data Mining (2)

īŽ

īŽ

Generalized linear models
īŽ allow a categorical response variable (or
some transformation of it) to be related
to a set of predictor variables
īŽ similar to the modeling of a numeric
response variable using linear regression
īŽ include logistic regression and Poisson
regression
Mixed-effect models
For analyzing grouped data, i.e. data that can be classified
according to one or more grouping variables
īŽ

Typically describe relationships between a response variable and
some covariates in data grouped according to one or more factors
īŽ

12
Scientific and Statistical Data Mining (3)
īŽ

Regression trees
īŽ Binary trees used for classification
and prediction
īŽ

īŽ

īŽ

Similar to decision trees:Tests are
performed at the internal nodes
In a regression tree the mean of the
objective attribute is computed and
used as the predicted value

Analysis of variance
īŽ Analyze experimental data for two or
more populations described by a
numeric response variable and one or
more categorical variables (factors)
13
Statistical Data Mining (4)
īŽ

īŽ

Factor analysis
īŽ determine which variables are
combined to generate a given factor
īŽ e.g., for many psychiatric data, one
can indirectly measure other
quantities (such as test scores) that
reflect the factor of interest
Discriminant analysis
īŽ predict a categorical response
variable, commonly used in social
science
īŽ Attempts to determine several
discriminant functions (linear
combinations of the independent
variables) that discriminate among
the groups defined by the response
variable

www.spss.com/datamine/factor.htm
14
Statistical Data Mining (5)
īŽ

Time series: many methods such as autoregression,
ARIMA (Autoregressive integrated moving-average
modeling), long memory time-series modeling

īŽ

Quality control: displays group summary charts

īŽ

Survival analysis

īą

Predicts the probability
that a patient
undergoing a medical
treatment would
survive at least to time
t (life span prediction)
15
Other Methodologies of Data Mining
īŽ

Statistical Data Mining

īŽ

Views on Data Mining Foundations

īŽ

Visual and Audio Data Mining

16
Views on Data Mining Foundations (I)
īŽ

Data reduction
īŽ
īŽ

īŽ

Basis of data mining: Reduce data representation
Trades accuracy for speed in response

Data compression
īŽ

īŽ

Basis of data mining: Compress the given data by
encoding in terms of bits, association rules, decision
trees, clusters, etc.

Probability and statistical theory
īŽ

Basis of data mining: Discover joint probability
distributions of random variables
17
Views on Data Mining Foundations (II)
īŽ

Microeconomic view
īŽ

īŽ

A view of utility: Finding patterns that are interesting only to the
extent in that they can be used in the decision-making process of
some enterprise

Pattern Discovery and Inductive databases
īŽ

īŽ

īŽ

īŽ

Basis of data mining: Discover patterns occurring in the database,
such as associations, classification models, sequential patterns, etc.
Data mining is the problem of performing inductive logic on
databases
The task is to query the data and the theory (i.e., patterns) of the
database
Popular among many researchers in database systems

18
Other Methodologies of Data Mining
īŽ

Statistical Data Mining

īŽ

Views on Data Mining Foundations

īŽ

Visual and Audio Data Mining

19
Visual Data Mining
īŽ

īŽ

Visualization: Use of computer graphics to create visual
images which aid in the understanding of complex, often
massive representations of data
Visual Data Mining: discovering implicit but useful
knowledge from large data sets using visualization
techniques
Multimedia
Human
Computer
Systems
Computer
Graphics
Interfaces
Visual Data
Mining
High
Pattern
Performance
Recognition
Computing
20
Visualization
īŽ

Purpose of Visualization
īŽ

īŽ
īŽ

īŽ

īŽ

Gain insight into an information space by mapping data
onto graphical primitives
Provide qualitative overview of large data sets
Search for patterns, trends, structure, irregularities,
relationships among data.
Help find interesting regions and suitable parameters
for further quantitative analysis.
Provide a visual proof of computer representations
derived

21
Visual Data Mining & Data Visualization
īŽ

īŽ

Integration of visualization and data mining
īŽ data visualization
īŽ data mining result visualization
īŽ data mining process visualization
īŽ interactive visual data mining
Data visualization
īŽ Data in a database or data warehouse can be viewed
īŽ at different levels of abstraction
īŽ as different combinations of attributes or
dimensions
īŽ Data can be presented in various visual forms
22
Data Mining Result Visualization
īŽ

īŽ

Presentation of the results or knowledge obtained from
data mining in visual forms
Examples
īŽ

Scatter plots and boxplots (obtained from descriptive
data mining)

īŽ

Decision trees

īŽ

Association rules

īŽ

Clusters

īŽ

Outliers

īŽ

Generalized rules
23
Boxplots from Statsoft: Multiple
Variable Combinations

24
Visualization of Data Mining Results in
SAS Enterprise Miner: Scatter Plots

25
Visualization of Association Rules in
SGI/MineSet 3.0

26
Visualization of a Decision Tree in
SGI/MineSet 3.0

27
Visualization of Cluster Grouping in IBM
Intelligent Miner

28
Data Mining Process Visualization
īŽ

Presentation of the various processes of data mining in
visual forms so that users can see
īŽ

Data extraction process

īŽ

Where the data is extracted

īŽ

How the data is cleaned, integrated, preprocessed,
and mined

īŽ

Method selected for data mining

īŽ

Where the results are stored

īŽ

How they may be viewed
29
Visualization of Data Mining Processes
by Clementine
See your solution
discovery
process clearly

Understand
variations with
visualized data

30
Interactive Visual Data Mining
īŽ

īŽ

Using visualization tools in the data mining process to
help users make smart data mining decisions
Example
īŽ

īŽ

Display the data distribution in a set of attributes
using colored sectors or columns (depending on
whether the whole space is represented by either a
circle or a set of columns)
Use the display to which sector should first be
selected for classification and where a good split point
for this sector may be

31
Interactive Visual Mining by
Perception-Based Classification (PBC)

32
Audio Data Mining
īŽ

īŽ
īŽ

īŽ

īŽ

Uses audio signals to indicate the patterns of data or
the features of data mining results
An interesting alternative to visual mining
An inverse task of mining audio (such as music)
databases which is to find patterns from audio data

Visual data mining may disclose interesting patterns
using graphical displays, but requires users to
concentrate on watching patterns
Instead, transform patterns into sound and music and
listen to pitches, rhythms, tune, and melody in order to
identify anything interesting or unusual
33
Chapter 13: Data Mining Trends and
Research Frontiers
īŽ

Mining Complex Types of Data

īŽ

Other Methodologies of Data Mining

īŽ

Data Mining Applications

īŽ

Data Mining and Society

īŽ

Data Mining Trends

īŽ

Summary
34
Data Mining Applications
īŽ

īŽ

Data mining: A young discipline with broad and diverse
applications
īŽ There still exists a nontrivial gap between generic data
mining methods and effective and scalable data mining
tools for domain-specific applications
Some application domains (briefly discussed here)
īŽ Data Mining for Financial data analysis
īŽ Data Mining for Retail and Telecommunication
Industries
īŽ Data Mining in Science and Engineering
īŽ Data Mining for Intrusion Detection and Prevention
īŽ Data Mining and Recommender Systems
35
Data Mining for Financial Data Analysis (I)
īŽ

īŽ

īŽ

Financial data collected in banks and financial institutions
are often relatively complete, reliable, and of high quality

Design and construction of data warehouses for
multidimensional data analysis and data mining
īŽ View the debt and revenue changes by month, by
region, by sector, and by other factors
īŽ Access statistical information such as max, min, total,
average, trend, etc.
Loan payment prediction/consumer credit policy analysis
īŽ feature selection and attribute relevance ranking
īŽ Loan payment performance
īŽ Consumer credit rating
36
Data Mining for Financial Data Analysis (II)
īŽ

īŽ

Classification and clustering of customers for targeted
marketing
īŽ multidimensional segmentation by nearest-neighbor,
classification, decision trees, etc. to identify customer
groups or associate a new customer to an appropriate
customer group
Detection of money laundering and other financial crimes
īŽ integration of from multiple DBs (e.g., bank
transactions, federal/state crime history DBs)
īŽ Tools: data visualization, linkage analysis,
classification, clustering tools, outlier analysis, and
sequential pattern analysis tools (find unusual access
sequences)
37
Data Mining for Retail & Telcomm. Industries (I)
īŽ

īŽ

Retail industry: huge amounts of data on sales, customer
shopping history, e-commerce, etc.

Applications of retail data mining
īŽ

Identify customer buying behaviors

īŽ

Discover customer shopping patterns and trends

īŽ

Improve the quality of customer service

īŽ

Achieve better customer retention and satisfaction

īŽ

Enhance goods consumption ratios

īŽ

īŽ

Design more effective goods transportation and
distribution policies

Telcomm. and many other industries: Share many similar
goals and expectations of retail data mining

38
Data Mining Practice for Retail Industry
īŽ
īŽ

Design and construction of data warehouses
Multidimensional analysis of sales, customers, products, time, and
region

īŽ

Analysis of the effectiveness of sales campaigns

īŽ

Customer retention: Analysis of customer loyalty
īŽ

īŽ

īŽ

Use customer loyalty card information to register sequences of
purchases of particular customers
Use sequential pattern mining to investigate changes in customer
consumption or loyalty
Suggest adjustments on the pricing and variety of goods

īŽ

Product recommendation and cross-reference of items

īŽ

Fraudulent analysis and the identification of usual patterns

īŽ

Use of visualization tools in data analysis
39
Data Mining in Science and Engineering
īŽ

Data warehouses and data preprocessing
īŽ

īŽ

Mining complex data types
īŽ

īŽ

Resolving inconsistencies or incompatible data collected in diverse
environments and different periods (e.g. eco-system studies)
Spatiotemporal, biological, diverse semantics and relationships

Graph-based and network-based mining
īŽ

Links, relationships, data flow, etc.

īŽ

Visualization tools and domain-specific knowledge

īŽ

Other issues
īŽ

īŽ

Data mining in social sciences and social studies: text and social
media
Data mining in computer science: monitoring systems, software
bugs, network intrusion
40
Data Mining for Intrusion Detection and
Prevention
īŽ

Majority of intrusion detection and prevention systems use
īŽ

īŽ

īŽ

Signature-based detection: use signatures, attack patterns that are
preconfigured and predetermined by domain experts
Anomaly-based detection: build profiles (models of normal
behavior) and detect those that are substantially deviate from the
profiles

What data mining can help
īŽ
īŽ

īŽ

New data mining algorithms for intrusion detection
Association, correlation, and discriminative pattern analysis help
select and build discriminative classifiers
Analysis of stream data: outlier detection, clustering, model
shifting

īŽ

Distributed data mining

īŽ

Visualization and querying tools
41
Data Mining and Recommender Systems
īŽ

īŽ

īŽ

Recommender systems: Personalization, making product
recommendations that are likely to be of interest to a user
Approaches: Content-based, collaborative, or their hybrid
īŽ Content-based: Recommends items that are similar to items the
user preferred or queried in the past
īŽ Collaborative filtering: Consider a user's social environment,
opinions of other customers who have similar tastes or preferences
Data mining and recommender systems
īŽ Users C × items S: extract from known to unknown ratings to
predict user-item combinations
īŽ Memory-based method often uses k-nearest neighbor approach
īŽ Model-based method uses a collection of ratings to learn a model
(e.g., probabilistic models, clustering, Bayesian networks, etc.)
īŽ Hybrid approaches integrate both to improve performance (e.g.,
using ensemble)
42
Chapter 13: Data Mining Trends and
Research Frontiers
īŽ

Mining Complex Types of Data

īŽ

Other Methodologies of Data Mining

īŽ

Data Mining Applications

īŽ

Data Mining and Society

īŽ

Data Mining Trends

īŽ

Summary
43
Ubiquitous and Invisible Data Mining
īŽ

Ubiquitous Data Mining
īŽ
īŽ

īŽ

Data mining is used everywhere, e.g., online shopping

Ex. Customer relationship management (CRM)

Invisible Data Mining
īŽ
īŽ

īŽ
īŽ

īŽ

Invisible: Data mining functions are built in daily life operations
Ex. Google search: Users may be unaware that they are
examining results returned by data
Invisible data mining is highly desirable
Invisible mining needs to consider efficiency and scalability, user
interaction, incorporation of background knowledge and
visualization techniques, finding interesting patterns, real-time, â€Ļ
Further work: Integration of data mining into existing business
and scientific technologies to provide domain-specific data mining
tools
44
Privacy, Security and Social Impacts of
Data Mining
īŽ

Many data mining applications do not touch personal data
īŽ

īŽ

īŽ

E.g., meteorology, astronomy, geography, geology, biology, and
other scientific and engineering data

Many DM studies are on developing scalable algorithms to find general
or statistically significant patterns, not touching individuals
The real privacy concern: unconstrained access of individual records,
especially privacy-sensitive information

īŽ

Method 1: Removing sensitive IDs associated with the data

īŽ

Method 2: Data security-enhancing methods
īŽ
īŽ

īŽ

Multi-level security model: permit to access to only authorized level
Encryption: e.g., blind signatures, biometric encryption, and
anonymous databases (personal information is encrypted and stored
at different locations)

Method 3: Privacy-preserving data mining methods
45
Privacy-Preserving Data Mining
īŽ

īŽ

Privacy-preserving (privacy-enhanced or privacy-sensitive) mining:
īŽ Obtaining valid mining results without disclosing the underlying
sensitive data values
īŽ Often needs trade-off between information loss and privacy
Privacy-preserving data mining methods:
īŽ Randomization (e.g., perturbation): Add noise to the data in order
to mask some attribute values of records
īŽ K-anonymity and l-diversity: Alter individual records so that they
cannot be uniquely identified
īŽ
īŽ

īŽ

īŽ

k-anonymity: Any given record maps onto at least k other records
l-diversity: enforcing intra-group diversity of sensitive values

Distributed privacy preservation: Data partitioned and distributed
either horizontally, vertically, or a combination of both
Downgrading the effectiveness of data mining: The output of data
mining may violate privacy
īŽ

Modify data or mining results, e.g., hiding some association rules or slightly
distorting some classification models

46
Chapter 13: Data Mining Trends and
Research Frontiers
īŽ

Mining Complex Types of Data

īŽ

Other Methodologies of Data Mining

īŽ

Data Mining Applications

īŽ

Data Mining and Society

īŽ

Data Mining Trends

īŽ

Summary
47
Trends of Data Mining
īŽ

Application exploration: Dealing with application-specific problems

īŽ

Scalable and interactive data mining methods

īŽ

Integration of data mining with Web search engines, database
systems, data warehouse systems and cloud computing systems

īŽ

Mining social and information networks

īŽ

Mining spatiotemporal, moving objects and cyber-physical systems

īŽ

Mining multimedia, text and web data

īŽ

Mining biological and biomedical data

īŽ

Data mining with software engineering and system engineering

īŽ

Visual and audio data mining

īŽ

Distributed data mining and real-time data stream mining

īŽ

Privacy protection and information security in data mining
48
Chapter 13: Data Mining Trends and
Research Frontiers
īŽ

Mining Complex Types of Data

īŽ

Other Methodologies of Data Mining

īŽ

Data Mining Applications

īŽ

Data Mining and Society

īŽ

Data Mining Trends

īŽ

Summary
49
Summary
īŽ
īŽ

We present a high-level overview of mining complex data types
Statistical data mining methods, such as regression, generalized linear
models, analysis of variance, etc., are popularly adopted

īŽ

Researchers also try to build theoretical foundations for data mining

īŽ

Visual/audio data mining has been popular and effective

īŽ

īŽ

īŽ

īŽ

Application-based mining integrates domain-specific knowledge with
data analysis techniques and provide mission-specific solutions
Ubiquitous data mining and invisible data mining are penetrating our
data lives
Privacy and data security are importance issues in data mining, and
privacy-preserving data mining has been developed recently
Our discussion on trends in data mining shows that data mining is a
promising, young field, with great, strategic importance
50
References and Further Reading
īļ

The books lists a lot of references for further reading. Here we only list a few books

īŽ

E. Alpaydin. Introduction to Machine Learning, 2nd ed., MIT Press, 2011

īŽ

īŽ
īŽ

īŽ

īŽ
īŽ

S. Chakrabarti. Mining the Web: Statistical Analysis of Hypertex and Semi-Structured Data. Morgan
Kaufmann, 2002

R. O. Duda, P. E. Hart, and D. G. Stork. Pattern Classification, 2ed., Wiley-Interscience, 2000
D. Easley and J. Kleinberg. Networks, Crowds, and Markets: Reasoning about a Highly Connected
World. Cambridge University Press, 2010.
U. Fayyad, G. Grinstein, and A. Wierse (eds.), Information Visualization in Data Mining and Knowledge
Discovery, Morgan Kaufmann, 2001
J. Han, M. Kamber, J. Pei. Data Mining: Concepts and Techniques. Morgan Kaufmann, 3rd ed. 2011
T. Hastie, R. Tibshirani, and J. Friedman. The Elements of Statistical Learning: Data Mining, Inference,
and Prediction, 2nd ed., Springer-Verlag, 2009

īŽ

D. Koller and N. Friedman. Probabilistic Graphical Models: Principles and Techniques. MIT Press, 2009.

īŽ

B. Liu. Web Data Mining, Springer 2006.

īŽ

T. M. Mitchell. Machine Learning, McGraw Hill, 1997

īŽ

M. Newman. Networks: An Introduction. Oxford University Press, 2010.

īŽ

P.-N. Tan, M. Steinbach and V. Kumar, Introduction to Data Mining, Wiley, 2005

īŽ

I. H. Witten and E. Frank, Data Mining: Practical Machine Learning Tools and Techniques with Java
Implementations, Morgan Kaufmann, 2nd ed. 2005

51
52

More Related Content

What's hot

Data mining-2
Data mining-2Data mining-2
Data mining-2Nit Hik
 
Data mininng trends
Data mininng trendsData mininng trends
Data mininng trendsVijayasankariS
 
Data Mining: Applying data mining
Data Mining: Applying data miningData Mining: Applying data mining
Data Mining: Applying data miningDataminingTools Inc
 
Data warehousing and online analytical processing
Data warehousing and online analytical processingData warehousing and online analytical processing
Data warehousing and online analytical processingVijayasankariS
 
Data mining
Data miningData mining
Data miningAnnies Minu
 
Data Preprocessing
Data PreprocessingData Preprocessing
Data PreprocessingVijayasankariS
 
Introduction to Data Mining
Introduction to Data MiningIntroduction to Data Mining
Introduction to Data MiningAbcdDcba12
 
Chapter - 8.2 Data Mining Concepts and Techniques 2nd Ed slides Han & Kamber
Chapter - 8.2 Data Mining Concepts and Techniques 2nd Ed slides Han & KamberChapter - 8.2 Data Mining Concepts and Techniques 2nd Ed slides Han & Kamber
Chapter - 8.2 Data Mining Concepts and Techniques 2nd Ed slides Han & Kambererror007
 
Data miningppt378
Data miningppt378Data miningppt378
Data miningppt378nitttin
 
Data mining tasks
Data mining tasksData mining tasks
Data mining tasksKhwaja Aamer
 
Data mining
Data miningData mining
Data miningBirju Tank
 
Chapter - 5 Data Mining Concepts and Techniques 2nd Ed slides Han & Kamber
Chapter - 5 Data Mining Concepts and Techniques 2nd Ed slides Han & KamberChapter - 5 Data Mining Concepts and Techniques 2nd Ed slides Han & Kamber
Chapter - 5 Data Mining Concepts and Techniques 2nd Ed slides Han & Kambererror007
 
Data mining techniques
Data mining techniquesData mining techniques
Data mining techniquesHatem Magdy
 

What's hot (19)

Data mining-2
Data mining-2Data mining-2
Data mining-2
 
Data mininng trends
Data mininng trendsData mininng trends
Data mininng trends
 
Data Mining: Applying data mining
Data Mining: Applying data miningData Mining: Applying data mining
Data Mining: Applying data mining
 
Data warehousing and online analytical processing
Data warehousing and online analytical processingData warehousing and online analytical processing
Data warehousing and online analytical processing
 
Data mining
Data miningData mining
Data mining
 
Data Preprocessing
Data PreprocessingData Preprocessing
Data Preprocessing
 
Introduction to DataMining
Introduction to DataMiningIntroduction to DataMining
Introduction to DataMining
 
Introduction to Data Mining
Introduction to Data MiningIntroduction to Data Mining
Introduction to Data Mining
 
Chapter - 8.2 Data Mining Concepts and Techniques 2nd Ed slides Han & Kamber
Chapter - 8.2 Data Mining Concepts and Techniques 2nd Ed slides Han & KamberChapter - 8.2 Data Mining Concepts and Techniques 2nd Ed slides Han & Kamber
Chapter - 8.2 Data Mining Concepts and Techniques 2nd Ed slides Han & Kamber
 
17 cs002
17 cs00217 cs002
17 cs002
 
Data miningppt378
Data miningppt378Data miningppt378
Data miningppt378
 
Data mining tasks
Data mining tasksData mining tasks
Data mining tasks
 
I1802055259
I1802055259I1802055259
I1802055259
 
Data mining
Data miningData mining
Data mining
 
Data mining
Data miningData mining
Data mining
 
Chapter - 5 Data Mining Concepts and Techniques 2nd Ed slides Han & Kamber
Chapter - 5 Data Mining Concepts and Techniques 2nd Ed slides Han & KamberChapter - 5 Data Mining Concepts and Techniques 2nd Ed slides Han & Kamber
Chapter - 5 Data Mining Concepts and Techniques 2nd Ed slides Han & Kamber
 
Data mining techniques
Data mining techniquesData mining techniques
Data mining techniques
 
02 Data Mining
02 Data Mining02 Data Mining
02 Data Mining
 
G045033841
G045033841G045033841
G045033841
 

Viewers also liked

Chapter - 6 Data Mining Concepts and Techniques 2nd Ed slides Han & Kamber
Chapter - 6 Data Mining Concepts and Techniques 2nd Ed slides Han & KamberChapter - 6 Data Mining Concepts and Techniques 2nd Ed slides Han & Kamber
Chapter - 6 Data Mining Concepts and Techniques 2nd Ed slides Han & Kambererror007
 
Data Mining: Concepts and techniques: Chapter 11,Review: Basic Cluster Analys...
Data Mining: Concepts and techniques: Chapter 11,Review: Basic Cluster Analys...Data Mining: Concepts and techniques: Chapter 11,Review: Basic Cluster Analys...
Data Mining: Concepts and techniques: Chapter 11,Review: Basic Cluster Analys...Salah Amean
 
Data Mining: Concepts and Techniques_ Chapter 6: Mining Frequent Patterns, ...
Data Mining:  Concepts and Techniques_ Chapter 6: Mining Frequent Patterns, ...Data Mining:  Concepts and Techniques_ Chapter 6: Mining Frequent Patterns, ...
Data Mining: Concepts and Techniques_ Chapter 6: Mining Frequent Patterns, ...Salah Amean
 
Data Mining: Concepts and Techniques (3rd ed.) - Chapter 3 preprocessing
Data Mining:  Concepts and Techniques (3rd ed.)- Chapter 3 preprocessingData Mining:  Concepts and Techniques (3rd ed.)- Chapter 3 preprocessing
Data Mining: Concepts and Techniques (3rd ed.) - Chapter 3 preprocessingSalah Amean
 
Data Mining: Concepts and Techniques chapter 07 : Advanced Frequent Pattern M...
Data Mining: Concepts and Techniques chapter 07 : Advanced Frequent Pattern M...Data Mining: Concepts and Techniques chapter 07 : Advanced Frequent Pattern M...
Data Mining: Concepts and Techniques chapter 07 : Advanced Frequent Pattern M...Salah Amean
 
Data Mining: Concepts and Techniques (3rd ed.) — Chapter 5
Data Mining:  Concepts and Techniques (3rd ed.)— Chapter 5 Data Mining:  Concepts and Techniques (3rd ed.)— Chapter 5
Data Mining: Concepts and Techniques (3rd ed.) — Chapter 5 Salah Amean
 
Data Mining: Concepts and Techniques (3rd ed.) — Chapter _04 olap
Data Mining:  Concepts and Techniques (3rd ed.)— Chapter _04 olapData Mining:  Concepts and Techniques (3rd ed.)— Chapter _04 olap
Data Mining: Concepts and Techniques (3rd ed.) — Chapter _04 olapSalah Amean
 
Data mining :Concepts and Techniques Chapter 2, data
Data mining :Concepts and Techniques Chapter 2, dataData mining :Concepts and Techniques Chapter 2, data
Data mining :Concepts and Techniques Chapter 2, dataSalah Amean
 
Data Mining: Concepts and techniques classification _chapter 9 :advanced methods
Data Mining: Concepts and techniques classification _chapter 9 :advanced methodsData Mining: Concepts and techniques classification _chapter 9 :advanced methods
Data Mining: Concepts and techniques classification _chapter 9 :advanced methodsSalah Amean
 
Data mining: Concepts and Techniques, Chapter12 outlier Analysis
Data mining: Concepts and Techniques, Chapter12 outlier Analysis Data mining: Concepts and Techniques, Chapter12 outlier Analysis
Data mining: Concepts and Techniques, Chapter12 outlier Analysis Salah Amean
 
Data Mining:Concepts and Techniques, Chapter 8. Classification: Basic Concepts
Data Mining:Concepts and Techniques, Chapter 8. Classification: Basic ConceptsData Mining:Concepts and Techniques, Chapter 8. Classification: Basic Concepts
Data Mining:Concepts and Techniques, Chapter 8. Classification: Basic ConceptsSalah Amean
 
Data Mining Concepts and Techniques, Chapter 10. Cluster Analysis: Basic Conc...
Data Mining Concepts and Techniques, Chapter 10. Cluster Analysis: Basic Conc...Data Mining Concepts and Techniques, Chapter 10. Cluster Analysis: Basic Conc...
Data Mining Concepts and Techniques, Chapter 10. Cluster Analysis: Basic Conc...Salah Amean
 
Data mining slides
Data mining slidesData mining slides
Data mining slidessmj
 

Viewers also liked (13)

Chapter - 6 Data Mining Concepts and Techniques 2nd Ed slides Han & Kamber
Chapter - 6 Data Mining Concepts and Techniques 2nd Ed slides Han & KamberChapter - 6 Data Mining Concepts and Techniques 2nd Ed slides Han & Kamber
Chapter - 6 Data Mining Concepts and Techniques 2nd Ed slides Han & Kamber
 
Data Mining: Concepts and techniques: Chapter 11,Review: Basic Cluster Analys...
Data Mining: Concepts and techniques: Chapter 11,Review: Basic Cluster Analys...Data Mining: Concepts and techniques: Chapter 11,Review: Basic Cluster Analys...
Data Mining: Concepts and techniques: Chapter 11,Review: Basic Cluster Analys...
 
Data Mining: Concepts and Techniques_ Chapter 6: Mining Frequent Patterns, ...
Data Mining:  Concepts and Techniques_ Chapter 6: Mining Frequent Patterns, ...Data Mining:  Concepts and Techniques_ Chapter 6: Mining Frequent Patterns, ...
Data Mining: Concepts and Techniques_ Chapter 6: Mining Frequent Patterns, ...
 
Data Mining: Concepts and Techniques (3rd ed.) - Chapter 3 preprocessing
Data Mining:  Concepts and Techniques (3rd ed.)- Chapter 3 preprocessingData Mining:  Concepts and Techniques (3rd ed.)- Chapter 3 preprocessing
Data Mining: Concepts and Techniques (3rd ed.) - Chapter 3 preprocessing
 
Data Mining: Concepts and Techniques chapter 07 : Advanced Frequent Pattern M...
Data Mining: Concepts and Techniques chapter 07 : Advanced Frequent Pattern M...Data Mining: Concepts and Techniques chapter 07 : Advanced Frequent Pattern M...
Data Mining: Concepts and Techniques chapter 07 : Advanced Frequent Pattern M...
 
Data Mining: Concepts and Techniques (3rd ed.) — Chapter 5
Data Mining:  Concepts and Techniques (3rd ed.)— Chapter 5 Data Mining:  Concepts and Techniques (3rd ed.)— Chapter 5
Data Mining: Concepts and Techniques (3rd ed.) — Chapter 5
 
Data Mining: Concepts and Techniques (3rd ed.) — Chapter _04 olap
Data Mining:  Concepts and Techniques (3rd ed.)— Chapter _04 olapData Mining:  Concepts and Techniques (3rd ed.)— Chapter _04 olap
Data Mining: Concepts and Techniques (3rd ed.) — Chapter _04 olap
 
Data mining :Concepts and Techniques Chapter 2, data
Data mining :Concepts and Techniques Chapter 2, dataData mining :Concepts and Techniques Chapter 2, data
Data mining :Concepts and Techniques Chapter 2, data
 
Data Mining: Concepts and techniques classification _chapter 9 :advanced methods
Data Mining: Concepts and techniques classification _chapter 9 :advanced methodsData Mining: Concepts and techniques classification _chapter 9 :advanced methods
Data Mining: Concepts and techniques classification _chapter 9 :advanced methods
 
Data mining: Concepts and Techniques, Chapter12 outlier Analysis
Data mining: Concepts and Techniques, Chapter12 outlier Analysis Data mining: Concepts and Techniques, Chapter12 outlier Analysis
Data mining: Concepts and Techniques, Chapter12 outlier Analysis
 
Data Mining:Concepts and Techniques, Chapter 8. Classification: Basic Concepts
Data Mining:Concepts and Techniques, Chapter 8. Classification: Basic ConceptsData Mining:Concepts and Techniques, Chapter 8. Classification: Basic Concepts
Data Mining:Concepts and Techniques, Chapter 8. Classification: Basic Concepts
 
Data Mining Concepts and Techniques, Chapter 10. Cluster Analysis: Basic Conc...
Data Mining Concepts and Techniques, Chapter 10. Cluster Analysis: Basic Conc...Data Mining Concepts and Techniques, Chapter 10. Cluster Analysis: Basic Conc...
Data Mining Concepts and Techniques, Chapter 10. Cluster Analysis: Basic Conc...
 
Data mining slides
Data mining slidesData mining slides
Data mining slides
 

Similar to Chaper 13 trend, Han & Kamber

Chapter 13. Trends and Research Frontiers in Data Mining.ppt
Chapter 13. Trends and Research Frontiers in Data Mining.pptChapter 13. Trends and Research Frontiers in Data Mining.ppt
Chapter 13. Trends and Research Frontiers in Data Mining.pptSubrata Kumer Paul
 
Data Mining Application and Trends
Data Mining Application and TrendsData Mining Application and Trends
Data Mining Application and TrendsVijayasankariS
 
Chapter 1. Introduction.ppt
Chapter 1. Introduction.pptChapter 1. Introduction.ppt
Chapter 1. Introduction.pptSubrata Kumer Paul
 
Introduction.ppt
Introduction.pptIntroduction.ppt
Introduction.pptbommaiah
 
Chapter 1. Introduction
Chapter 1. IntroductionChapter 1. Introduction
Chapter 1. Introductionbutest
 
Unit 1 (Chapter-1) on data mining concepts.ppt
Unit 1 (Chapter-1) on data mining concepts.pptUnit 1 (Chapter-1) on data mining concepts.ppt
Unit 1 (Chapter-1) on data mining concepts.pptPadmajaLaksh
 
Data Mining mod1 ppt.pdf bca sixth semester notes
Data Mining mod1 ppt.pdf bca sixth semester notesData Mining mod1 ppt.pdf bca sixth semester notes
Data Mining mod1 ppt.pdf bca sixth semester notesasnaparveen414
 
Upstate CSCI 525 Data Mining Chapter 1
Upstate CSCI 525 Data Mining Chapter 1Upstate CSCI 525 Data Mining Chapter 1
Upstate CSCI 525 Data Mining Chapter 1DanWooster1
 
Additional themes of data mining for Msc CS
Additional themes of data mining for Msc CSAdditional themes of data mining for Msc CS
Additional themes of data mining for Msc CSThanveen
 
Knowledge discovery thru data mining
Knowledge discovery thru data miningKnowledge discovery thru data mining
Knowledge discovery thru data miningDevakumar Jain
 
Data mining concepts and work
Data mining concepts and workData mining concepts and work
Data mining concepts and workAmr Abd El Latief
 
Data Mining Intro
Data Mining IntroData Mining Intro
Data Mining IntroShubhamSamrat5
 
01Introduction to data mining chapter 1.ppt
01Introduction to data mining chapter 1.ppt01Introduction to data mining chapter 1.ppt
01Introduction to data mining chapter 1.pptadmsoyadm4
 
Data Mining introduction and basic concepts
Data Mining introduction and basic conceptsData Mining introduction and basic concepts
Data Mining introduction and basic conceptsPritiRishi
 

Similar to Chaper 13 trend, Han & Kamber (20)

Chapter 13. Trends and Research Frontiers in Data Mining.ppt
Chapter 13. Trends and Research Frontiers in Data Mining.pptChapter 13. Trends and Research Frontiers in Data Mining.ppt
Chapter 13. Trends and Research Frontiers in Data Mining.ppt
 
Data Mining Application and Trends
Data Mining Application and TrendsData Mining Application and Trends
Data Mining Application and Trends
 
Chapter 1. Introduction.ppt
Chapter 1. Introduction.pptChapter 1. Introduction.ppt
Chapter 1. Introduction.ppt
 
Introduction to data warehouse
Introduction to data warehouseIntroduction to data warehouse
Introduction to data warehouse
 
Introduction
IntroductionIntroduction
Introduction
 
Introduction.ppt
Introduction.pptIntroduction.ppt
Introduction.ppt
 
Chapter 1. Introduction
Chapter 1. IntroductionChapter 1. Introduction
Chapter 1. Introduction
 
Unit 1 (Chapter-1) on data mining concepts.ppt
Unit 1 (Chapter-1) on data mining concepts.pptUnit 1 (Chapter-1) on data mining concepts.ppt
Unit 1 (Chapter-1) on data mining concepts.ppt
 
unit 1 DATA MINING.ppt
unit 1 DATA MINING.pptunit 1 DATA MINING.ppt
unit 1 DATA MINING.ppt
 
Data Mining mod1 ppt.pdf bca sixth semester notes
Data Mining mod1 ppt.pdf bca sixth semester notesData Mining mod1 ppt.pdf bca sixth semester notes
Data Mining mod1 ppt.pdf bca sixth semester notes
 
Upstate CSCI 525 Data Mining Chapter 1
Upstate CSCI 525 Data Mining Chapter 1Upstate CSCI 525 Data Mining Chapter 1
Upstate CSCI 525 Data Mining Chapter 1
 
Additional themes of data mining for Msc CS
Additional themes of data mining for Msc CSAdditional themes of data mining for Msc CS
Additional themes of data mining for Msc CS
 
Knowledge discovery thru data mining
Knowledge discovery thru data miningKnowledge discovery thru data mining
Knowledge discovery thru data mining
 
Data mining concepts and work
Data mining concepts and workData mining concepts and work
Data mining concepts and work
 
Data Mining Intro
Data Mining IntroData Mining Intro
Data Mining Intro
 
data mining
data miningdata mining
data mining
 
01Intro.ppt
01Intro.ppt01Intro.ppt
01Intro.ppt
 
01Introduction to data mining chapter 1.ppt
01Introduction to data mining chapter 1.ppt01Introduction to data mining chapter 1.ppt
01Introduction to data mining chapter 1.ppt
 
01Intro.ppt
01Intro.ppt01Intro.ppt
01Intro.ppt
 
Data Mining introduction and basic concepts
Data Mining introduction and basic conceptsData Mining introduction and basic concepts
Data Mining introduction and basic concepts
 

More from Houw Liong The

Museumgeologi 130427165857-phpapp02
Museumgeologi 130427165857-phpapp02Museumgeologi 130427165857-phpapp02
Museumgeologi 130427165857-phpapp02Houw Liong The
 
Research in data mining
Research in data miningResearch in data mining
Research in data miningHouw Liong The
 
Fisika komputasi
Fisika komputasiFisika komputasi
Fisika komputasiHouw Liong The
 
Fisika & komputasi cerdas
Fisika & komputasi cerdasFisika & komputasi cerdas
Fisika & komputasi cerdasHouw Liong The
 
Sharma : social networks
Sharma : social networksSharma : social networks
Sharma : social networksHouw Liong The
 
Introduction to-graph-theory-1204617648178088-2
Introduction to-graph-theory-1204617648178088-2Introduction to-graph-theory-1204617648178088-2
Introduction to-graph-theory-1204617648178088-2Houw Liong The
 
Capter10 cluster basic : Han & Kamber
Capter10 cluster basic : Han & KamberCapter10 cluster basic : Han & Kamber
Capter10 cluster basic : Han & KamberHouw Liong The
 
Chapter 11 cluster advanced, Han & Kamber
Chapter 11 cluster advanced, Han & KamberChapter 11 cluster advanced, Han & Kamber
Chapter 11 cluster advanced, Han & KamberHouw Liong The
 
Web & text mining lecture10
Web & text mining lecture10Web & text mining lecture10
Web & text mining lecture10Houw Liong The
 
Graph mining seminar_2009
Graph mining seminar_2009Graph mining seminar_2009
Graph mining seminar_2009Houw Liong The
 
Chapter 11 cluster advanced : web and text mining
Chapter 11 cluster advanced : web and text miningChapter 11 cluster advanced : web and text mining
Chapter 11 cluster advanced : web and text miningHouw Liong The
 
Chapter 09 classification advanced
Chapter 09 classification advancedChapter 09 classification advanced
Chapter 09 classification advancedHouw Liong The
 
System dynamics prof nagurney
System dynamics prof nagurneySystem dynamics prof nagurney
System dynamics prof nagurneyHouw Liong The
 
System dynamics math representation
System dynamics math representationSystem dynamics math representation
System dynamics math representationHouw Liong The
 

More from Houw Liong The (20)

Museumgeologi 130427165857-phpapp02
Museumgeologi 130427165857-phpapp02Museumgeologi 130427165857-phpapp02
Museumgeologi 130427165857-phpapp02
 
Space weather
Space weather Space weather
Space weather
 
Research in data mining
Research in data miningResearch in data mining
Research in data mining
 
Indonesia
IndonesiaIndonesia
Indonesia
 
Canfis
CanfisCanfis
Canfis
 
Climate Change
Climate ChangeClimate Change
Climate Change
 
Space Weather
Space Weather Space Weather
Space Weather
 
Fisika komputasi
Fisika komputasiFisika komputasi
Fisika komputasi
 
Fisika & komputasi cerdas
Fisika & komputasi cerdasFisika & komputasi cerdas
Fisika & komputasi cerdas
 
Climate model
Climate modelClimate model
Climate model
 
Sharma : social networks
Sharma : social networksSharma : social networks
Sharma : social networks
 
Introduction to-graph-theory-1204617648178088-2
Introduction to-graph-theory-1204617648178088-2Introduction to-graph-theory-1204617648178088-2
Introduction to-graph-theory-1204617648178088-2
 
Capter10 cluster basic : Han & Kamber
Capter10 cluster basic : Han & KamberCapter10 cluster basic : Han & Kamber
Capter10 cluster basic : Han & Kamber
 
Chapter 11 cluster advanced, Han & Kamber
Chapter 11 cluster advanced, Han & KamberChapter 11 cluster advanced, Han & Kamber
Chapter 11 cluster advanced, Han & Kamber
 
Web & text mining lecture10
Web & text mining lecture10Web & text mining lecture10
Web & text mining lecture10
 
Graph mining seminar_2009
Graph mining seminar_2009Graph mining seminar_2009
Graph mining seminar_2009
 
Chapter 11 cluster advanced : web and text mining
Chapter 11 cluster advanced : web and text miningChapter 11 cluster advanced : web and text mining
Chapter 11 cluster advanced : web and text mining
 
Chapter 09 classification advanced
Chapter 09 classification advancedChapter 09 classification advanced
Chapter 09 classification advanced
 
System dynamics prof nagurney
System dynamics prof nagurneySystem dynamics prof nagurney
System dynamics prof nagurney
 
System dynamics math representation
System dynamics math representationSystem dynamics math representation
System dynamics math representation
 

Recently uploaded

Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docxPoojaSen20
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsKarinaGenton
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 

Recently uploaded (20)

Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docx
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its Characteristics
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
CÃŗdigo Creativo y Arte de Software | Unidad 1
CÃŗdigo Creativo y Arte de Software | Unidad 1CÃŗdigo Creativo y Arte de Software | Unidad 1
CÃŗdigo Creativo y Arte de Software | Unidad 1
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 

Chaper 13 trend, Han & Kamber

  • 1. Data Mining: Concepts and Techniques (3rd ed.) — Chapter 13 — Jiawei Han, Micheline Kamber, and Jian Pei University of Illinois at Urbana-Champaign & Simon Fraser University Š2011 Han, Kamber & Pei. All rights reserved.
  • 2.
  • 3. Chapter 13: Data Mining Trends and Research Frontiers īŽ Mining Complex Types of Data īŽ Other Methodologies of Data Mining īŽ Data Mining Applications īŽ Data Mining and Society īŽ Data Mining Trends īŽ Summary 3
  • 4. Mining Complex Types of Data īŽ Mining Sequence Data īŽ Mining Time Series īŽ Mining Symbolic Sequences īŽ Mining Biological Sequences īŽ Mining Graphs and Networks īŽ Mining Other Kinds of Data 4
  • 5. Mining Sequence Data īŽ Similarity Search in Time Series Data īŽ īŽ Regression and Trend Analysis in Time-Series Data īŽ īŽ Feature-based vs. sequence-distance-based vs. model-based Alignment of Biological Sequences īŽ īŽ GSP, PrefixSpan, constraint-based sequential pattern mining Sequence Classification īŽ īŽ long term + cyclic + seasonal variation + random movements Sequential Pattern Mining in Symbolic Sequences īŽ īŽ Subsequence match, dimensionality reduction, query-based similarity search, motif-based similarity search Pair-wise vs. multi-sequence alignment, substitution matirces, BLAST Hidden Markov Model for Biological Sequence Analysis īŽ Markov chain vs. hidden Markov models, forward vs. Viterbi vs. BaumWelch algorithms 5
  • 6. Mining Graphs and Networks īŽ Graph Pattern Mining īŽ īŽ Statistical Modeling of Networks īŽ īŽ Frequent subgraph patterns, closed graph patterns, gSpan vs. CloseGraph Small world phenomenon, power law (log-tail) distribution, densification Clustering and Classification of Graphs and Homogeneous Networks īŽ īŽ īŽ Clustering: Fast Modularity vs. SCAN Classification: model vs. pattern-based mining Clustering, Ranking and Classification of Heterogeneous Networks īŽ īŽ RankClus, RankClass, and meta path-based, user-guided methodology Role Discovery and Link Prediction in Information Networks īŽ PathPredict īŽ Similarity Search and OLAP in Information Networks: PathSim, GraphCube īŽ Evolution of Social and Information Networks: EvoNetClus 6
  • 7. Mining Other Kinds of Data īŽ Mining Spatial Data īŽ īŽ Mining Spatiotemporal and Moving Object Data īŽ īŽ Topic modeling, i-topic model, integration with geo- and networked data Mining Web Data īŽ īŽ Social media data, geo-tagged spatial clustering, periodicity analysis, â€Ļ Mining Text Data īŽ īŽ Applications: healthcare, air-traffic control, flood simulation Mining Multimedia Data īŽ īŽ Spatiotemporal data mining, trajectory mining, periodica, swarm, â€Ļ Mining Cyber-Physical System Data īŽ īŽ Spatial frequent/co-located patterns, spatial clustering and classification Web content, web structure, and web usage mining Mining Data Streams īŽ Dynamics, one-pass, patterns, clustering, classification, outlier detection 7
  • 8. Chapter 13: Data Mining Trends and Research Frontiers īŽ Mining Complex Types of Data īŽ Other Methodologies of Data Mining īŽ Data Mining Applications īŽ Data Mining and Society īŽ Data Mining Trends īŽ Summary 8
  • 9. Other Methodologies of Data Mining īŽ Statistical Data Mining īŽ Views on Data Mining Foundations īŽ Visual and Audio Data Mining 9
  • 10. Major Statistical Data Mining Methods īŽ Regression īŽ Generalized Linear Model īŽ Analysis of Variance īŽ Mixed-Effect Models īŽ Factor Analysis īŽ Discriminant Analysis īŽ Survival Analysis 10
  • 11. Statistical Data Mining (1) īŽ īŽ There are many well-established statistical techniques for data analysis, particularly for numeric data īŽ applied extensively to data from scientific experiments and data from economics and the social sciences Regression predict the value of a response (dependent) variable from one or more predictor (independent) variables where the variables are numeric īŽ forms of regression: linear, multiple, weighted, polynomial, nonparametric, and robust īŽ 11
  • 12. Scientific and Statistical Data Mining (2) īŽ īŽ Generalized linear models īŽ allow a categorical response variable (or some transformation of it) to be related to a set of predictor variables īŽ similar to the modeling of a numeric response variable using linear regression īŽ include logistic regression and Poisson regression Mixed-effect models For analyzing grouped data, i.e. data that can be classified according to one or more grouping variables īŽ Typically describe relationships between a response variable and some covariates in data grouped according to one or more factors īŽ 12
  • 13. Scientific and Statistical Data Mining (3) īŽ Regression trees īŽ Binary trees used for classification and prediction īŽ īŽ īŽ Similar to decision trees:Tests are performed at the internal nodes In a regression tree the mean of the objective attribute is computed and used as the predicted value Analysis of variance īŽ Analyze experimental data for two or more populations described by a numeric response variable and one or more categorical variables (factors) 13
  • 14. Statistical Data Mining (4) īŽ īŽ Factor analysis īŽ determine which variables are combined to generate a given factor īŽ e.g., for many psychiatric data, one can indirectly measure other quantities (such as test scores) that reflect the factor of interest Discriminant analysis īŽ predict a categorical response variable, commonly used in social science īŽ Attempts to determine several discriminant functions (linear combinations of the independent variables) that discriminate among the groups defined by the response variable www.spss.com/datamine/factor.htm 14
  • 15. Statistical Data Mining (5) īŽ Time series: many methods such as autoregression, ARIMA (Autoregressive integrated moving-average modeling), long memory time-series modeling īŽ Quality control: displays group summary charts īŽ Survival analysis īą Predicts the probability that a patient undergoing a medical treatment would survive at least to time t (life span prediction) 15
  • 16. Other Methodologies of Data Mining īŽ Statistical Data Mining īŽ Views on Data Mining Foundations īŽ Visual and Audio Data Mining 16
  • 17. Views on Data Mining Foundations (I) īŽ Data reduction īŽ īŽ īŽ Basis of data mining: Reduce data representation Trades accuracy for speed in response Data compression īŽ īŽ Basis of data mining: Compress the given data by encoding in terms of bits, association rules, decision trees, clusters, etc. Probability and statistical theory īŽ Basis of data mining: Discover joint probability distributions of random variables 17
  • 18. Views on Data Mining Foundations (II) īŽ Microeconomic view īŽ īŽ A view of utility: Finding patterns that are interesting only to the extent in that they can be used in the decision-making process of some enterprise Pattern Discovery and Inductive databases īŽ īŽ īŽ īŽ Basis of data mining: Discover patterns occurring in the database, such as associations, classification models, sequential patterns, etc. Data mining is the problem of performing inductive logic on databases The task is to query the data and the theory (i.e., patterns) of the database Popular among many researchers in database systems 18
  • 19. Other Methodologies of Data Mining īŽ Statistical Data Mining īŽ Views on Data Mining Foundations īŽ Visual and Audio Data Mining 19
  • 20. Visual Data Mining īŽ īŽ Visualization: Use of computer graphics to create visual images which aid in the understanding of complex, often massive representations of data Visual Data Mining: discovering implicit but useful knowledge from large data sets using visualization techniques Multimedia Human Computer Systems Computer Graphics Interfaces Visual Data Mining High Pattern Performance Recognition Computing 20
  • 21. Visualization īŽ Purpose of Visualization īŽ īŽ īŽ īŽ īŽ Gain insight into an information space by mapping data onto graphical primitives Provide qualitative overview of large data sets Search for patterns, trends, structure, irregularities, relationships among data. Help find interesting regions and suitable parameters for further quantitative analysis. Provide a visual proof of computer representations derived 21
  • 22. Visual Data Mining & Data Visualization īŽ īŽ Integration of visualization and data mining īŽ data visualization īŽ data mining result visualization īŽ data mining process visualization īŽ interactive visual data mining Data visualization īŽ Data in a database or data warehouse can be viewed īŽ at different levels of abstraction īŽ as different combinations of attributes or dimensions īŽ Data can be presented in various visual forms 22
  • 23. Data Mining Result Visualization īŽ īŽ Presentation of the results or knowledge obtained from data mining in visual forms Examples īŽ Scatter plots and boxplots (obtained from descriptive data mining) īŽ Decision trees īŽ Association rules īŽ Clusters īŽ Outliers īŽ Generalized rules 23
  • 24. Boxplots from Statsoft: Multiple Variable Combinations 24
  • 25. Visualization of Data Mining Results in SAS Enterprise Miner: Scatter Plots 25
  • 26. Visualization of Association Rules in SGI/MineSet 3.0 26
  • 27. Visualization of a Decision Tree in SGI/MineSet 3.0 27
  • 28. Visualization of Cluster Grouping in IBM Intelligent Miner 28
  • 29. Data Mining Process Visualization īŽ Presentation of the various processes of data mining in visual forms so that users can see īŽ Data extraction process īŽ Where the data is extracted īŽ How the data is cleaned, integrated, preprocessed, and mined īŽ Method selected for data mining īŽ Where the results are stored īŽ How they may be viewed 29
  • 30. Visualization of Data Mining Processes by Clementine See your solution discovery process clearly Understand variations with visualized data 30
  • 31. Interactive Visual Data Mining īŽ īŽ Using visualization tools in the data mining process to help users make smart data mining decisions Example īŽ īŽ Display the data distribution in a set of attributes using colored sectors or columns (depending on whether the whole space is represented by either a circle or a set of columns) Use the display to which sector should first be selected for classification and where a good split point for this sector may be 31
  • 32. Interactive Visual Mining by Perception-Based Classification (PBC) 32
  • 33. Audio Data Mining īŽ īŽ īŽ īŽ īŽ Uses audio signals to indicate the patterns of data or the features of data mining results An interesting alternative to visual mining An inverse task of mining audio (such as music) databases which is to find patterns from audio data Visual data mining may disclose interesting patterns using graphical displays, but requires users to concentrate on watching patterns Instead, transform patterns into sound and music and listen to pitches, rhythms, tune, and melody in order to identify anything interesting or unusual 33
  • 34. Chapter 13: Data Mining Trends and Research Frontiers īŽ Mining Complex Types of Data īŽ Other Methodologies of Data Mining īŽ Data Mining Applications īŽ Data Mining and Society īŽ Data Mining Trends īŽ Summary 34
  • 35. Data Mining Applications īŽ īŽ Data mining: A young discipline with broad and diverse applications īŽ There still exists a nontrivial gap between generic data mining methods and effective and scalable data mining tools for domain-specific applications Some application domains (briefly discussed here) īŽ Data Mining for Financial data analysis īŽ Data Mining for Retail and Telecommunication Industries īŽ Data Mining in Science and Engineering īŽ Data Mining for Intrusion Detection and Prevention īŽ Data Mining and Recommender Systems 35
  • 36. Data Mining for Financial Data Analysis (I) īŽ īŽ īŽ Financial data collected in banks and financial institutions are often relatively complete, reliable, and of high quality Design and construction of data warehouses for multidimensional data analysis and data mining īŽ View the debt and revenue changes by month, by region, by sector, and by other factors īŽ Access statistical information such as max, min, total, average, trend, etc. Loan payment prediction/consumer credit policy analysis īŽ feature selection and attribute relevance ranking īŽ Loan payment performance īŽ Consumer credit rating 36
  • 37. Data Mining for Financial Data Analysis (II) īŽ īŽ Classification and clustering of customers for targeted marketing īŽ multidimensional segmentation by nearest-neighbor, classification, decision trees, etc. to identify customer groups or associate a new customer to an appropriate customer group Detection of money laundering and other financial crimes īŽ integration of from multiple DBs (e.g., bank transactions, federal/state crime history DBs) īŽ Tools: data visualization, linkage analysis, classification, clustering tools, outlier analysis, and sequential pattern analysis tools (find unusual access sequences) 37
  • 38. Data Mining for Retail & Telcomm. Industries (I) īŽ īŽ Retail industry: huge amounts of data on sales, customer shopping history, e-commerce, etc. Applications of retail data mining īŽ Identify customer buying behaviors īŽ Discover customer shopping patterns and trends īŽ Improve the quality of customer service īŽ Achieve better customer retention and satisfaction īŽ Enhance goods consumption ratios īŽ īŽ Design more effective goods transportation and distribution policies Telcomm. and many other industries: Share many similar goals and expectations of retail data mining 38
  • 39. Data Mining Practice for Retail Industry īŽ īŽ Design and construction of data warehouses Multidimensional analysis of sales, customers, products, time, and region īŽ Analysis of the effectiveness of sales campaigns īŽ Customer retention: Analysis of customer loyalty īŽ īŽ īŽ Use customer loyalty card information to register sequences of purchases of particular customers Use sequential pattern mining to investigate changes in customer consumption or loyalty Suggest adjustments on the pricing and variety of goods īŽ Product recommendation and cross-reference of items īŽ Fraudulent analysis and the identification of usual patterns īŽ Use of visualization tools in data analysis 39
  • 40. Data Mining in Science and Engineering īŽ Data warehouses and data preprocessing īŽ īŽ Mining complex data types īŽ īŽ Resolving inconsistencies or incompatible data collected in diverse environments and different periods (e.g. eco-system studies) Spatiotemporal, biological, diverse semantics and relationships Graph-based and network-based mining īŽ Links, relationships, data flow, etc. īŽ Visualization tools and domain-specific knowledge īŽ Other issues īŽ īŽ Data mining in social sciences and social studies: text and social media Data mining in computer science: monitoring systems, software bugs, network intrusion 40
  • 41. Data Mining for Intrusion Detection and Prevention īŽ Majority of intrusion detection and prevention systems use īŽ īŽ īŽ Signature-based detection: use signatures, attack patterns that are preconfigured and predetermined by domain experts Anomaly-based detection: build profiles (models of normal behavior) and detect those that are substantially deviate from the profiles What data mining can help īŽ īŽ īŽ New data mining algorithms for intrusion detection Association, correlation, and discriminative pattern analysis help select and build discriminative classifiers Analysis of stream data: outlier detection, clustering, model shifting īŽ Distributed data mining īŽ Visualization and querying tools 41
  • 42. Data Mining and Recommender Systems īŽ īŽ īŽ Recommender systems: Personalization, making product recommendations that are likely to be of interest to a user Approaches: Content-based, collaborative, or their hybrid īŽ Content-based: Recommends items that are similar to items the user preferred or queried in the past īŽ Collaborative filtering: Consider a user's social environment, opinions of other customers who have similar tastes or preferences Data mining and recommender systems īŽ Users C × items S: extract from known to unknown ratings to predict user-item combinations īŽ Memory-based method often uses k-nearest neighbor approach īŽ Model-based method uses a collection of ratings to learn a model (e.g., probabilistic models, clustering, Bayesian networks, etc.) īŽ Hybrid approaches integrate both to improve performance (e.g., using ensemble) 42
  • 43. Chapter 13: Data Mining Trends and Research Frontiers īŽ Mining Complex Types of Data īŽ Other Methodologies of Data Mining īŽ Data Mining Applications īŽ Data Mining and Society īŽ Data Mining Trends īŽ Summary 43
  • 44. Ubiquitous and Invisible Data Mining īŽ Ubiquitous Data Mining īŽ īŽ īŽ Data mining is used everywhere, e.g., online shopping Ex. Customer relationship management (CRM) Invisible Data Mining īŽ īŽ īŽ īŽ īŽ Invisible: Data mining functions are built in daily life operations Ex. Google search: Users may be unaware that they are examining results returned by data Invisible data mining is highly desirable Invisible mining needs to consider efficiency and scalability, user interaction, incorporation of background knowledge and visualization techniques, finding interesting patterns, real-time, â€Ļ Further work: Integration of data mining into existing business and scientific technologies to provide domain-specific data mining tools 44
  • 45. Privacy, Security and Social Impacts of Data Mining īŽ Many data mining applications do not touch personal data īŽ īŽ īŽ E.g., meteorology, astronomy, geography, geology, biology, and other scientific and engineering data Many DM studies are on developing scalable algorithms to find general or statistically significant patterns, not touching individuals The real privacy concern: unconstrained access of individual records, especially privacy-sensitive information īŽ Method 1: Removing sensitive IDs associated with the data īŽ Method 2: Data security-enhancing methods īŽ īŽ īŽ Multi-level security model: permit to access to only authorized level Encryption: e.g., blind signatures, biometric encryption, and anonymous databases (personal information is encrypted and stored at different locations) Method 3: Privacy-preserving data mining methods 45
  • 46. Privacy-Preserving Data Mining īŽ īŽ Privacy-preserving (privacy-enhanced or privacy-sensitive) mining: īŽ Obtaining valid mining results without disclosing the underlying sensitive data values īŽ Often needs trade-off between information loss and privacy Privacy-preserving data mining methods: īŽ Randomization (e.g., perturbation): Add noise to the data in order to mask some attribute values of records īŽ K-anonymity and l-diversity: Alter individual records so that they cannot be uniquely identified īŽ īŽ īŽ īŽ k-anonymity: Any given record maps onto at least k other records l-diversity: enforcing intra-group diversity of sensitive values Distributed privacy preservation: Data partitioned and distributed either horizontally, vertically, or a combination of both Downgrading the effectiveness of data mining: The output of data mining may violate privacy īŽ Modify data or mining results, e.g., hiding some association rules or slightly distorting some classification models 46
  • 47. Chapter 13: Data Mining Trends and Research Frontiers īŽ Mining Complex Types of Data īŽ Other Methodologies of Data Mining īŽ Data Mining Applications īŽ Data Mining and Society īŽ Data Mining Trends īŽ Summary 47
  • 48. Trends of Data Mining īŽ Application exploration: Dealing with application-specific problems īŽ Scalable and interactive data mining methods īŽ Integration of data mining with Web search engines, database systems, data warehouse systems and cloud computing systems īŽ Mining social and information networks īŽ Mining spatiotemporal, moving objects and cyber-physical systems īŽ Mining multimedia, text and web data īŽ Mining biological and biomedical data īŽ Data mining with software engineering and system engineering īŽ Visual and audio data mining īŽ Distributed data mining and real-time data stream mining īŽ Privacy protection and information security in data mining 48
  • 49. Chapter 13: Data Mining Trends and Research Frontiers īŽ Mining Complex Types of Data īŽ Other Methodologies of Data Mining īŽ Data Mining Applications īŽ Data Mining and Society īŽ Data Mining Trends īŽ Summary 49
  • 50. Summary īŽ īŽ We present a high-level overview of mining complex data types Statistical data mining methods, such as regression, generalized linear models, analysis of variance, etc., are popularly adopted īŽ Researchers also try to build theoretical foundations for data mining īŽ Visual/audio data mining has been popular and effective īŽ īŽ īŽ īŽ Application-based mining integrates domain-specific knowledge with data analysis techniques and provide mission-specific solutions Ubiquitous data mining and invisible data mining are penetrating our data lives Privacy and data security are importance issues in data mining, and privacy-preserving data mining has been developed recently Our discussion on trends in data mining shows that data mining is a promising, young field, with great, strategic importance 50
  • 51. References and Further Reading īļ The books lists a lot of references for further reading. Here we only list a few books īŽ E. Alpaydin. Introduction to Machine Learning, 2nd ed., MIT Press, 2011 īŽ īŽ īŽ īŽ īŽ īŽ S. Chakrabarti. Mining the Web: Statistical Analysis of Hypertex and Semi-Structured Data. Morgan Kaufmann, 2002 R. O. Duda, P. E. Hart, and D. G. Stork. Pattern Classification, 2ed., Wiley-Interscience, 2000 D. Easley and J. Kleinberg. Networks, Crowds, and Markets: Reasoning about a Highly Connected World. Cambridge University Press, 2010. U. Fayyad, G. Grinstein, and A. Wierse (eds.), Information Visualization in Data Mining and Knowledge Discovery, Morgan Kaufmann, 2001 J. Han, M. Kamber, J. Pei. Data Mining: Concepts and Techniques. Morgan Kaufmann, 3rd ed. 2011 T. Hastie, R. Tibshirani, and J. Friedman. The Elements of Statistical Learning: Data Mining, Inference, and Prediction, 2nd ed., Springer-Verlag, 2009 īŽ D. Koller and N. Friedman. Probabilistic Graphical Models: Principles and Techniques. MIT Press, 2009. īŽ B. Liu. Web Data Mining, Springer 2006. īŽ T. M. Mitchell. Machine Learning, McGraw Hill, 1997 īŽ M. Newman. Networks: An Introduction. Oxford University Press, 2010. īŽ P.-N. Tan, M. Steinbach and V. Kumar, Introduction to Data Mining, Wiley, 2005 īŽ I. H. Witten and E. Frank, Data Mining: Practical Machine Learning Tools and Techniques with Java Implementations, Morgan Kaufmann, 2nd ed. 2005 51
  • 52. 52