FactorAnalysis.GetRotatedFactors Method

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

Definition

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

Return Value

ReadOnlyCollection<Factor>

See Also