Click or drag to resize
CPGUPCVarimax Method
Perform the Kaiser Varimax transformation on pr. comp. loadings

Available since Oasis montaj version: 5.0.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Rotates the principal components using the Kaiser's varimax scheme to move move each factor axis to positions so that projections from each variable on the factor axes are either near the extremities or near the origin. Pagers must be type GS_DOUBLE.
Syntax
public static void PCVarimax(
	CPG oPG1,
	CPG oPG2
)

Parameters

oPG1
Type: GeoEngine.Core.GXNetCPG
principal component loadings (input) (N by M, M<=N)
oPG2
Type: GeoEngine.Core.GXNetCPG
rotated principal component loadings (returned) (N by L, L<=M)
See Also