what is the best method of clustering should we use ?? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grátis
0

what is the best method of clustering should we use ??

In a job portal system , A job seeker fill in a CV form then the job portal uses a clustering technique to find out the most suitable vacancies based on the fields in his/her CV form . The question is : what is the best method of clustering should we use ??

30th Jan 2021, 6:36 AM
رغد زيد الكيلاني
رغد زيد الكيلاني - avatar
1 Resposta
0
I would say Centroid-based clustering, because it is the most frequently occurred model thanks to its comparative simplicity. The model is aimed at classifying each object of the dataset to the particular cluster. The number of clusters (k) is chosen randomly, which is probably the greatest “weakness” of the method.
17th Feb 2021, 11:46 AM
RaFHaaN
RaFHaaN - avatar