CNASVD Class |
Namespace: Geosoft.Desktop.GXNetX
The CNASVD type exposes the following members.
| Name | Description | |
|---|---|---|
| Create | Create an NASVD object and perform SVD analysis | |
| Deserialize | Create an NASVD object and perform SVD analysis | |
| Dispose | Releases the unmanaged resources used by the CNASVD and optionally releases the managed resources (Overrides CHANDLEDispose(Boolean).) | |
| GetCumulativeEigenvectorContribution | Calculate the variance explained by each component | |
| GetEigenVector | Get eigenvector data for a specific component | |
| GetMaximumElementCount | Get the maximum number of elements that can be processed by NASVD | |
| GetNumComponents | Get the number of components calculated during SVD analysis | |
| GetPartitionDetails | Get the number of pass-through (head and tail) channels, and the total number of channels (head + data + tail). | |
| GetScores | Get score data for a specific component | |
| GetSingularValue | Get a specific singular value | |
| ReconstructSpectrum | Reconstruct spectral data using selected components | |
| Serialize | Serialize the NASVD object |