 | CPGUPCLoadings2 Method |
Same as PCLoading_PGU, but input correlation matrix.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static void PCLoadings2(
CGXNETCore gxNetShared,
CPG pg_c,
CPG pg_loadings
)
public static void PCLoadings2(
CGXNETCore gxNetShared,
CPG pg_c,
CPG pg_loadings
)
Public Shared Sub PCLoadings2 (
gxNetShared As CGXNETCore,
pg_c As CPG,
pg_loadings As CPG
)
Public Shared Sub PCLoadings2 (
gxNetShared As CGXNETCore,
pg_c As CPG,
pg_loadings As CPG
)
public:
static void PCLoadings2(
CGXNETCore^ gxNetShared,
CPG^ pg_c,
CPG^ pg_loadings
)
public:
static void PCLoadings2(
CGXNETCore^ gxNetShared,
CPG^ pg_c,
CPG^ pg_loadings
)
static member PCLoadings2 :
gxNetShared : CGXNETCore *
pg_c : CPG *
pg_loadings : CPG -> unit
static member PCLoadings2 :
gxNetShared : CGXNETCore *
pg_c : CPG *
pg_loadings : CPG -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - pg_c
- Type: GeoEngine.Core.GXNetXCPG
Correllation matrix (N by N) - pg_loadings
- Type: GeoEngine.Core.GXNetXCPG
Principal component loadings (N by N)
RemarksSee PCLoadings_PGU.
See Also