Click or drag to resize

IFactorExtraction Interface

Interface for factor extration algorithms used in factor analysis.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public interface IFactorExtraction : ICloneable

The IFactorExtraction type exposes the following members.

Properties
 NameDescription
Public propertyVarianceProportions Gets a vector of proportion of variance explained by each factor. The ith entry corresoponds to the ith factor.
Top
Methods
 NameDescription
Public methodExtractFactors Algorithm for extracting factors from a covariance matrix.
Top
See Also