public static class DiscriminantAnalysis.CovarianceSingularException extends IMSLException
| Constructor and Description |
|---|
CovarianceSingularException(String message)
The variance-covariance matrix is singular.
|
CovarianceSingularException(String key,
Object[] arguments)
The variance-covariance matrix is singular.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CovarianceSingularException(String message)
message - a String containing the exception
messagepublic CovarianceSingularException(String key, Object[] arguments)
key - a String containing the key of the error
message in the resource bundlearguments - an array containing arguments used within the
error message stringCopyright © 2020 Rogue Wave Software. All rights reserved.