Package com.imsl.stat

Class ClusterKMeans.NoConvergenceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.stat.ClusterKMeans.NoConvergenceException
All Implemented Interfaces:
Serializable
Enclosing class:
ClusterKMeans

public static class ClusterKMeans.NoConvergenceException extends IMSLException
Convergence did not occur within the maximum number of iterations.
See Also:
  • Constructor Details

    • NoConvergenceException

      public NoConvergenceException(String message)
      Constructs a NoConvergenceException object.
      Parameters:
      message - a String containing the error message
    • NoConvergenceException

      public NoConvergenceException(String key, Object[] arguments)
      Constructs a NoConvergenceException object.
      Parameters:
      key - a String containing the error message
      arguments - an Object array containing arguments used within the error message string