# File lib/ai4r/clusterers/bisecting_k_means.rb, line 74
      def calc_initial_centroids
        @centroids # Use existing centroids
      end