0
12kviews
State the difference between clustering and classification
1 Answer
| written 9.7 years ago by |
| CLASSIFICATION | CLUSTERING |
|---|---|
| Classification is supervised learning technique used to assign per-defined tag to instance on the basis of features | Clustering is unsupervised technique used to group similar instances on the basis of features. |
| Classification algorithm requires training data. | Clustering does not require training data. |
| Classification,model is uses pre-defined instances. | Clustering … |