Class KMeansSeedingStrategyFactory

    • Constructor Detail

      • KMeansSeedingStrategyFactory

        public KMeansSeedingStrategyFactory()
    • Method Detail

      • getMaxIterations

        public int getMaxIterations()
        Returns the maximum number of iterations the k-means algorithm is allowed to perform.
      • setMaxIterations

        public void setMaxIterations​(int maxIterations)
        Sets the maximum number of iterations the k-means algorithm is allowed to perform.