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

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Calculate communalities (sums of the squares of the column values in each row) Pagers and VVs must be type GS_DOUBLE.
Syntax
public static void PCCommunality(
	CPG oPG1,
	CVV oVV2
)

Parameters

oPG1
Type: GeoEngine.Core.GXNetCPG
Input pager of the principal components
oVV2
Type: GeoEngine.Core.GXNetCVV
returned communality values
See Also