Click or drag to resize
CPGUPCCommunality Method
Determines principal component communalities.

Available since Oasis montaj version: 5.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
Calculate communalities (sums of the squares of the column values in each row) Pagers and VVs must be type <define>GS_DOUBLE</define>.
Syntax
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
See Also