Click or drag to resize
DissimilaritiesCompute Method
Computes a matrix of dissimilarities (or similarities) between the columns (or rows) of a matrix.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public void Compute()
Exceptions
ExceptionCondition
ScaleFactorZeroException is thrown when computations cannot continue because a scale factor is zero.
NoPositiveVarianceException is thrown when no variable has positive variance
ZeroNormException is thrown when the Euclidean norm of a column is equal to zero
See Also