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
Convergence did not occur within the maximum number of iterations.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNoConvergenceException(String message) Constructs aNoConvergenceExceptionobject.NoConvergenceException(String key, Object[] arguments) Constructs aNoConvergenceExceptionobject. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoConvergenceException
Constructs aNoConvergenceExceptionobject.- Parameters:
message- aStringcontaining the error message
-
NoConvergenceException
Constructs aNoConvergenceExceptionobject.- Parameters:
key- aStringcontaining the error messagearguments- anObjectarray containing arguments used within the error message string
-