I'm trying to determine the values FindClusters assumes when invoked without any parameters explicitly set: just FindClusters[data], i.e. what values it assigns automatically to Method, CriterionFunction, DistanceFunction, and to Method's specific options, e.g. NeighborhoodRadius.
My initial thought was to use AbsoluteOptions, but it gave weird results.