Input: sets of models to be clustered
Output: clusters with more than number of models
Method: K-means clustering using mpi
Assessment: the output gives more than the total number of models in input.
What it looks like is that each process runs its own clustering and somehow merges the files together.
Ideally, mpi clustering should be used to have each process taking care of one of the K-clusters.
Input: sets of models to be clustered
Output: clusters with more than number of models
Method: K-means clustering using mpi
Assessment: the output gives more than the total number of models in input.
What it looks like is that each process runs its own clustering and somehow merges the files together.
Ideally, mpi clustering should be used to have each process taking care of one of the K-clusters.