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