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