Click or drag to resize

CPGUPCCommunality Method

Determines principal component communalities.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void PCCommunality(
	CPG pg_i,
	CVV vv_c
)

public static void PCCommunality(
	CPG pg_i,
	CVV vv_c
)

Parameters

pg_i
Type: GeoEngine.Core.GXNetCPG
Input pager of the principal components
vv_c
Type: GeoEngine.Core.GXNetCVV
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