Data Mining Metrics
In data mining data coming from lots of centralized database and operational database, Data mining metrics works for data and algorithm selection mainly. that all data coming with noisy and incompleteness. Data can be selected for cleaning before giving to data mining. data mining can apply a different algorithms on that data and create a great pattern for that data.
IT is used for measurement and comparison of given result. That are used for ensure that the data mining task is working good-because of data mining patterns are most important for user for giving future decision. matrices apply rules and regulations before creating patterns in data mining. It applies lots of techniques and rules and regulations on data before data mining pattern creation. metrics is collection of set of measurements.
In data mining two types of methods are used-
1.Descriptive method
2.Predictive method
Data coming from data warehouse and data mining apply classification, clustering, prediction, time series analysis, Association rule, regression algorithms. It helps to data mining for selecting a good algorithm for or data, after applying algorithm that observe the data mining patterns. DM metrics complete assessment of data that are more important for final result.
Data mining metrics are mainly work on data accuracy and reliability and usefulness. Accuracy is measured after how many percent that pattern are useful to user. accuracy is depend upon usefulness of that pattern to user and which algorithm are apply to that data.
It is most important part in data mining for better output and better pattern to giving future decisions.
Explanation :
Data mining metrics are quantitative measures used to evaluate the performance, accuracy, and effectiveness of data mining models and techniques. They help determine how well a model identifies patterns, makes predictions, or classifies data. By using appropriate metrics, organizations can assess the quality of their data mining results and make improvements to achieve more reliable and actionable insights. The choice of metrics depends on the type of data mining task—classification, clustering, regression, or association analysis.
-
Accuracy: Measures the proportion of correctly classified instances out of the total instances.
-
Precision: Indicates how many of the predicted positive cases are actually correct.
-
Recall (Sensitivity): Shows how well the model identifies all actual positive cases.
-
F1-Score: Combines precision and recall into a single metric, useful when data is imbalanced.
-
Confusion Matrix: Provides a detailed summary of true positives, false positives, true negatives, and false negatives.
-
Silhouette Coefficient: Measures the compactness and separation of clusters.
-
Davies–Bouldin Index: Evaluates cluster similarity; lower values indicate better clustering.
-
Purity: Assesses how homogenous clusters are with respect to true labels, if available.
-
Mean Absolute Error (MAE): Calculates the average absolute difference between predicted and actual values.
-
Root Mean Squared Error (RMSE): Measures the square root of the average squared differences; sensitive to large errors.
-
R² (Coefficient of Determination): Indicates how much of the variance in the dependent variable is explained by the model.
-
Support: Frequency of an itemset in the dataset.
-
Confidence: Likelihood that one item occurs given another.
-
Lift: Strength of a rule compared to random occurrence.
Read More-

Comments
Post a Comment