Click or drag to resize

CloudGetPrincipalProjections Method

Gets the principal projections of this instance.

Namespace:  Novacta.Analytics.Advanced
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public PrincipalProjections GetPrincipalProjections()

Return Value

Type: PrincipalProjections
The principal projections of this instance.
Exceptions
ExceptionCondition
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