 | CPGUPCStandardize Method |
Remove/Replace mean and standard deviation
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static void PCStandardize(
CGXNETCore gxNetShared,
CPG pg,
CVV vv_m,
CVV vv_s,
int dir
)
public static void PCStandardize(
CGXNETCore gxNetShared,
CPG pg,
CVV vv_m,
CVV vv_s,
int dir
)
Public Shared Sub PCStandardize (
gxNetShared As CGXNETCore,
pg As CPG,
vv_m As CVV,
vv_s As CVV,
dir As Integer
)
Public Shared Sub PCStandardize (
gxNetShared As CGXNETCore,
pg As CPG,
vv_m As CVV,
vv_s As CVV,
dir As Integer
)
public:
static void PCStandardize(
CGXNETCore^ gxNetShared,
CPG^ pg,
CVV^ vv_m,
CVV^ vv_s,
int dir
)
public:
static void PCStandardize(
CGXNETCore^ gxNetShared,
CPG^ pg,
CVV^ vv_m,
CVV^ vv_s,
int dir
)
static member PCStandardize :
gxNetShared : CGXNETCore *
pg : CPG *
vv_m : CVV *
vv_s : CVV *
dir : int -> unit
static member PCStandardize :
gxNetShared : CGXNETCore *
pg : CPG *
vv_m : CVV *
vv_s : CVV *
dir : int -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - pg
- Type: GeoEngine.Core.GXNetXCPG
Matrix to standardize - vv_m
- Type: GeoEngine.Core.GXNetXCVV
Means - vv_s
- Type: GeoEngine.Core.GXNetXCVV
Standard deviations - dir
- Type: SystemInt32
<define>PGU_DIRECTION</define>
RemarksWorks on columns of the PG.
See Also