Click or drag to resize

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
Syntax
public void GetCumulativeEigenvectorContribution(
	CVV vv
)

public void GetCumulativeEigenvectorContribution(
	CVV vv
)

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