Click or drag to resize

MultivariateContentMemento Class

This class is for remembering the content of the PLS calibration and where to found the original data.
Inheritance Hierarchy
SystemObject
  Altaxo.Calc.Regression.MultivariateMultivariateContentMemento

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class MultivariateContentMemento

The MultivariateContentMemento type exposes the following members.

Constructors
 NameDescription
Public methodMultivariateContentMementoInitializes a new instance of the MultivariateContentMemento class
Top
Properties
 NameDescription
Public propertyAnalysis Returns the instance of analysis used to analyse the data
Public propertyCrossValidationGroupingStrategy 
Public propertyMeanNumberOfMeasurementsInCrossPRESSCalculation Mean number of observations included in cross PRESS calculation (used to calculate F-Ratio).
Public propertyNumberOfConcentrationData Gets the number of concentration data, i.e. number of output variables.
Public propertyNumberOfFactors Get/sets the number of factors that were calculated during the analysis.
Public propertyNumberOfMeasurements Gets the number of measurement = number of spectra
Public propertyNumberOfSpectralData Gets the number of spectral data per specta, i.e. number of wavelengths, frequencies etc.
Public propertyPreferredNumberOfFactors Get/sets the number of factors used for calculation residuals, plotting etc.
Public propertySpectralPreprocessing What to do with the spectra before processing them.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodStatic memberGetGroupingStrategy Creates the corresponding grouping strategy out of the CrossPRESSCalculation enumeration in plsOptions.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodStatic memberTryConvertToDatasource Convert a MultivariateContentMemento into a DimensionReductionAndRegressionDataSource.
Top
Fields
 NameDescription
Public fieldConcentrationIndices Represents the indices of the concentrations.
Public fieldMeasurementIndices Represents the indices of the measurements.
Public fieldOriginalDataTableName Get/sets the name of the table containing the original data.
Public fieldSpectralIndicesRepresents that indices that build up one spectrum.
Public fieldSpectrumIsRow True if the spectrum is horizontal oriented, i.e. is in one row. False if the spectrum is one column.
Top
See Also