Class KmeansIterationStopper


  • public class KmeansIterationStopper
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      KmeansIterationStopper​(double deltaSwaps, int maxIterations, long nodeCount)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • KmeansIterationStopper

        public KmeansIterationStopper​(double deltaSwaps,
                                      int maxIterations,
                                      long nodeCount)