 | CNASVDGetCumulativeEigenvectorContribution Method |
Calculate the variance explained by each component
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.2.0.42
Syntaxpublic void GetCumulativeEigenvectorContribution(
CVV vv
)
public void GetCumulativeEigenvectorContribution(
CVV vv
)
Public Sub GetCumulativeEigenvectorContribution (
vv As CVV
)
Public Sub GetCumulativeEigenvectorContribution (
vv As CVV
)
public:
void GetCumulativeEigenvectorContribution(
CVV^ vv
)
public:
void GetCumulativeEigenvectorContribution(
CVV^ vv
)
member GetCumulativeEigenvectorContribution :
vv : CVV -> unit
member GetCumulativeEigenvectorContribution :
vv : CVV -> unit
Parameters
- vv
- Type: GeoEngine.Core.GXNetXCVV
VV to receive cumulative eigenvector contribution percentages
Remarks
Calculates cumulative eigenvector contribution percentages for each component
based on their singular values. This helps determine how many components
are needed to achieve a desired level of accuracy in the reconstruction.
See Also