public static Correspondence Analyze(
DoubleMatrix data
)Public Shared Function Analyze (
data As DoubleMatrix
) As Correspondencepublic:
static Correspondence^ Analyze(
DoubleMatrix^ data
)static member Analyze :
data : DoubleMatrix -> Correspondence | ArgumentNullException | data is null. |
| ArgumentOutOfRangeException | Parameter data has at least a non positive marginal sum. |
| InvalidOperationException |
The Singular Value Decomposition needed to acquire
the correspondence cannot be executed or does not converge. -or- No principal variable has positive variance. The principal information cannot be acquired. |