top of page


Data Mining
Cluster and Partitioning
Data Mining helps with understanding characteristics/patterns with variables that are in large databases. It is used to identify relationship with variables and understanding their patterns that may exist within.
Cluster Analysis: (data segmentation) technique that seek to group observations into clusters, when those within are more closely related to one another than objects within the other.
​
Partitioning: divide data into to parts before beginning to work.



bottom of page