This API call executes the clustering using the latent factors/embeddings trained in the recommender. You select the minimum and the maximum number of user-clusters to be tested for their MSE (Mean Square Error). This will be used to choose the optimal number of user-clusters for your organisation.
For more information, please refer to the API documentation.
This API call gets the mean squared error for each user-cluster count between the specified min and max.
For more information, please refer to the API documentation.
Once you have looked at the clusters' MSE results, you can decide how many item clusters are optimal. Usually, the number of clusters where the drop-off in MSE elbows is selected.
For more information, please refer to the API documentation.