Click or drag to resize

CNASVDDeserialize Method

Create an NASVD object and perform SVD analysis

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2025.2.0.42
Syntax
public static CNASVD Deserialize(
	string output_directory
)

public static CNASVD Deserialize(
	string output_directory
)

Parameters

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