Please enable JavaScript.
Coggle requires JavaScript to display documents.
Knowledge discovery - Coggle Diagram
Knowledge discovery
Cluster Analysis
Cluster Algo: Generally try to calculate distance between different records and group the ones closest together
-
-
Categorical data can be changed to one-hot encoding to measure distance. If order matters e.g., cold, warm, hot > 0, 1, 2
-
-
-
Clustering issues
-
-
-
-
Clusters can form out of even the most random data, and each cluster will have inherent bias
-
Types of data mining
Predictive: Classify new data e.g., supervised learning
Descriptive: To understand knowledge e.g., unsupervised learning
-