SAP BTP AI Best Practices #15: Clustering

Estimated read time 1 min read

Post Content

 

​ For More Information: https://sap.to/60527kAn6

Clustering aims to partition a dataset into subsets (clusters), such that data points within the same cluster exhibit high intra-cluster similarity, while points in different clusters exhibit low inter-cluster similarity.

Expected Outcome
In essence, the clustering model outputs a partition of dataset into groups that share similar characteristics

Benefits
Unsupervised Pattern Discovery: Clustering identifies hidden structures or natural groupings in unlabeled data without prior knowledge or supervision.
Data Simplification and Summarization: It reduces the complexity of large datasets by grouping similar data points, making it easier to analyze and interpret.
Anomaly Detection: Clustering aids in anomaly detection by identifying normal groupings within a dataset, making it easier to spot data points that deviate significantly from the norm. These outliers often indicate unusual or rare events such as fraud, system faults, or other anomalies that require attention.   Read More SAP Developers 

#SAP

You May Also Like

More From Author