 | CPGUPCCommunality Method |
Determines principal component communalities.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static void PCCommunality(
CGXNETCore gxNetShared,
CPG pg_i,
CVV vv_c
)
public static void PCCommunality(
CGXNETCore gxNetShared,
CPG pg_i,
CVV vv_c
)
Public Shared Sub PCCommunality (
gxNetShared As CGXNETCore,
pg_i As CPG,
vv_c As CVV
)
Public Shared Sub PCCommunality (
gxNetShared As CGXNETCore,
pg_i As CPG,
vv_c As CVV
)
public:
static void PCCommunality(
CGXNETCore^ gxNetShared,
CPG^ pg_i,
CVV^ vv_c
)
public:
static void PCCommunality(
CGXNETCore^ gxNetShared,
CPG^ pg_i,
CVV^ vv_c
)
static member PCCommunality :
gxNetShared : CGXNETCore *
pg_i : CPG *
vv_c : CVV -> unit
static member PCCommunality :
gxNetShared : CGXNETCore *
pg_i : CPG *
vv_c : CVV -> unit
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