Raymond Pang
Raymond Pang

Reputation: 807

Clustering vs unsupervised classification

I have heard of the difference between "classification" and "clustering". "Classification" is supervised and "clustering" is unsupervised. But, there is also a term "unsupervised classification", so is "unsupervised classification" the same thing as "clustering"?

Upvotes: 1

Views: 1258

Answers (1)

MargS
MargS

Reputation: 122

Clustering is an unsupervised classification as there is no prior knowledge is assumed to be available.

See if below provided link could be helpful: http://fourier.eng.hmc.edu/e161/lectures/classification/node12.html

Upvotes: 3

Related Questions