Figure Dm.06 A classification model can be represented in various forms, such as
"How is the derived model presented?"
The derived model may be represented in various forms, such as classification (IF-THEN) rules, decision trees, mathematical formulae, or neural networks (Figure Dm.06). A decision tree is a flow-chart-like tree structure, where each node denotes a test on an attribute value, each branch represents an outcome of the test, and tree leaves represent classes or class distributions. Decision trees can easily be converted to classification rules. A neural network, when used for classification, is typically a collection of neuron-like processing units with weighted connections between the units. There are many other methods for constructing classification models, such as :
- support vector machines,
- Naïve Bayesian Classification,
- Nearest Neighbor Classification.
Where as classification predicts categorical (discrete, unordered) labels, prediction models continuous-valued functions. That is, it is used to predict missing or unavailable numerical data values rather than class labels. Although the term prediction may refer to both numeric prediction and class label prediction. Regression analysis is a statistical methodology that is most often used for numeric prediction, although other methods exist as well. Prediction also encompasses the identification of distribution trends based on the available data. Classification and prediction may need to be preceded by relevance analysis, which attempts to identify attributes that do not contribute to the classification or prediction process. These attributes can then be excluded.
Related Posts :
What is Data Mining ?
How to Mine the Data
Data Mining Tools
Data Mining Functionalities
Frequent Patterns and Associations
Analysis : Cluster , Outlier , Evolution
Data Warehouse
What is Data Mining ?
How to Mine the Data
Data Mining Tools
Data Mining Functionalities
Frequent Patterns and Associations
Analysis : Cluster , Outlier , Evolution
Data Warehouse