Cluster Analysis Flashcards
is finding groups of objects such that the objects in a group will be similar (or related) to one another and different from the object in other groups.
Cluster Analysis
2 TYPES OF CLUSTERING
- Partitional Clustering
- Hierarchical Clustering
4 Types of Clusters
- Center-Based Clusters
- Contiguity Clusters
- Density-Based Clusters
- Conceptual Clusters
a type of cluster that is a set of objects such that an object in a cluster is closer to the “center” of a cluster, than to the center of any other cluster.
Center-Based Clusters
the center of a cluster.
Centroid
average of all points in the cluster.
Medoid
a type of cluster where each point is closer to at least one point in its cluster than to any point in any other cluster.
Contiguity Clusters
a type of cluster where
the cluster are regions of high density separated by regions of low density.
Density-Based Clusters
a type of cluster where points in a cluster share some general property that derives from the entire set points.
Conceptual Clusters
2 Objective Functions
- Global Objective Function
- Local Objective Function
typically used in partitional clustering.
Global Objective Function
3 Clustering Algorithms
- K-Means Clustering
- Hierarchical Clustering
- Density-Based Clustering
is a partitional clustering approach.
K-Means Clustering
is the mean of the points in a cluster.
Centroid
is used to measure “closeness”
Euclidean Distance