Click or drag to resize

CPGUPCCommunality Method

Determines principal component communalities.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void PCCommunality(
	CGXNETCore gxNetShared,
	CPG pg_i,
	CVV vv_c
)

public static void PCCommunality(
	CGXNETCore gxNetShared,
	CPG pg_i,
	CVV vv_c
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
pg_i
Type: GeoEngine.Core.GXNetXCPG
Input pager of the principal components
vv_c
Type: GeoEngine.Core.GXNetXCVV
Returned communality values
Remarks
Calculate communalities (sums of the squares of the column values in each row) Pagers and VVs must be type <define>GS_DOUBLE</define>.
See Also