PrincipalComponentCumulativeVarianceFraction Property |
Gets the fraction of the total variance accounted for by the principal component and all strong principal components.
Namespace:
Meta.Numerics.Statistics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public double CumulativeVarianceFraction { get; }
Public ReadOnly Property CumulativeVarianceFraction As Double
Get
public:
property double CumulativeVarianceFraction {
double get ();
}
member CumulativeVarianceFraction : float with get
Property Value
Type:
DoubleSee Also