Click or drag to resize

CNASVDDeserialize Method

Create an NASVD object and perform SVD analysis

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.2.0.42
Syntax
public static CNASVD Deserialize(
	CGXNETCore gxNetShared,
	string output_directory
)

public static CNASVD Deserialize(
	CGXNETCore gxNetShared,
	string output_directory
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
output_directory
Type: SystemString
The output directory containing the serialized files. The directory must exist and contain allrequired files, including eigenvectors, singular values, and scores.

Return Value

Type: CNASVD
NASVD Object
Remarks