Click or drag to resize

CNASVDDeserializeScores Method

Deserialize the scores matrix from file

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2026.1.0.24
Syntax
public int DeserializeScores(
	CDB db,
	string directory_name,
	string scores_channel
)

public int DeserializeScores(
	CDB db,
	string directory_name,
	string scores_channel
)

Parameters

db
Type: GeoEngine.Core.GXNetXCDB
DB Object
directory_name
Type: SystemString
The directory containing the serialized scores file. The directory must exist.
scores_channel
Type: SystemString
scores_output channel name for reconstructed spectral data

Return Value

Type: Int32
Scores Object
Remarks