FactorAnalysis.GetUnrotatedFactors Method

Gets a read-only collection of the factors before rotation.

Definition

Namespace: Numerics.NET.Statistics.Multivariate
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public ReadOnlyCollection<Factor> GetUnrotatedFactors()

Return Value

ReadOnlyCollection<Factor>

See Also