CloudGetPrincipalProjections Method

Gets the principal projections of this instance.

Definition

Namespace: Novacta.Analytics.Advanced
Assembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
C#
public PrincipalProjections GetPrincipalProjections()

Return Value

PrincipalProjections
The principal projections of this instance.

Exceptions

InvalidOperationException The Singular Value Decomposition needed to acquire the principal information of this instance cannot be executed or does not converge.
-or-
No principal variable has positive variance. The principal information cannot be acquired.

See Also