learn-to-cluster
learn-to-cluster copied to clipboard
Can we manually set the number of clusters during the test
If we can, where do we need to set the parameters
Not similar to K-Means, we cannot manually set the exact number of clusters.
If you want to control the number of clusters, you may try set min_sz
or max_sz
.