Click or drag to resize

CPGUPCLoadings2 Method

Same as PCLoading_PGU, but input correlation matrix.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void PCLoadings2(
	CGXNETCore gxNetShared,
	CPG pg_c,
	CPG pg_loadings
)

public static void PCLoadings2(
	CGXNETCore gxNetShared,
	CPG pg_c,
	CPG pg_loadings
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
pg_c
Type: GeoEngine.Core.GXNetXCPG
Correllation matrix (N by N)
pg_loadings
Type: GeoEngine.Core.GXNetXCPG
Principal component loadings (N by N)
Remarks
See PCLoadings_PGU.
See Also