public static MultipleCorrespondence Analyze(
CategoricalDataSet dataSet
)
Public Shared Function Analyze (
dataSet As CategoricalDataSet
) As MultipleCorrespondence
public:
static MultipleCorrespondence^ Analyze(
CategoricalDataSet^ dataSet
)
static member Analyze :
dataSet : CategoricalDataSet -> MultipleCorrespondence
ArgumentNullException | dataSet is null. |
ArgumentOutOfRangeException | The disjoint form of parameter dataSet 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. |