I am trying to use canopy clustering to provide initial clusters for KMeans in mahout.
Is there a way to determine / approximate the values of the distance thresholds T1 & T2 algorithmically? Right now I have T1 = 100 and T2 = 1 which doesn't seem to be doing anything good.