Altaxo. |
[Missing <summary> documentation for "N:Altaxo.Calc.Regression.Multivariate"]
| Class | Description | |
|---|---|---|
| CrossPredictedXResidualsEvaluator | Evaluator that computes cross-validated residuals in X (spectral residuals). | |
| CrossPredictedYEvaluator | Evaluates cross-validated predicted Y values. | |
| CrossPRESSEvaluator | Evaluates the cross-validated predicted error sum of squares (Cross PRESS). | |
| CrossValidationGroupingStrategyExcludeGroupsOfSimilarMeasurements | Groups together similar observations, i.e. observations that have exactly the same target values. | |
| CrossValidationGroupingStrategyExcludeGroupsOfSimilarMeasurementsSerializationSurrogate0 | ||
| CrossValidationGroupingStrategyExcludeHalfObservations | Groups the observations into two groups. It tries to split observations with the same target values as evenly as possible between the one group and the other group. | |
| CrossValidationGroupingStrategyExcludeHalfObservationsSerializationSurrogate0 | ||
| CrossValidationGroupingStrategyExcludeSingleMeasurements | Strategy that groups each observation into its own group. | |
| CrossValidationGroupingStrategyExcludeSingleMeasurementsSerializationSurrogate0 | ||
| CrossValidationGroupingStrategyNone | Represents the no-grouping strategy. Thus, a call to Group(IROMatrixDouble) will throw a NotImplementedException. | |
| CrossValidationGroupingStrategyNoneSerializationSurrogate0 | ||
| CrossValidationResult | Stores the result(s) of cross validation. | |
| CrossValidationResultEvaluator | Evaluator that fills a CrossValidationResult instance with predicted Y values and spectral residuals for all factors. | |
| CrossValidationWorker | Base class for cross validation evaluators. Provides common configuration and data required to perform cross validation for multivariate regression. | |
| DimensionReductionAndRegressionDataSource | Data source for an algorithm based on dimension reduction and then regression of the reduced dimensions (PLS1, PLS2, PCR). | |
| DimensionReductionAndRegressionOptions | Process options for the multivariate analyses that feature a dimension reduction and regression. | |
| DimensionReductionAndRegressionOptionsSerializationSurrogate0 | ||
| DimensionReductionAndRegressionPredictionDataSource | Data source of a table that contains predicted data. The data were predicted from a multivariate model (a table containing a DimensionReductionAndRegressionDataSource), and a table containing the spectra used for prediction. | |
| DimensionReductionAndRegressionPredictionProcessData | Contains the data used in DimensionReductionAndRegressionPredictionDataSource to predict data using a prediction model, and some spectral data. | |
| DimensionReductionAndRegressionPreprocessedXDataSource | Data source for a table that contains preprocessed spectra, originated from a DimensionReductionAndRegressionDataSource. Thus, this data source contains only a reference to a table containing the DimensionReductionAndRegressionDataSource. All data how to obtain the preprocessed spectra are contained in that data source. | |
| DimensionReductionAndRegressionResult | ||
| DimensionReductionAndRegressionResultSerializationSurrogate0 | ||
| MultivariateCalibrationModel | Default implementation of IMultivariateCalibrationModel. | |
| MultivariateContentMemento | This class is for remembering the content of the PLS calibration and where to found the original data. | |
| MultivariateContentMementoCrossPRESSCalculationTypeXmlSerializationSurrogate1 | ||
| MultivariateLinearFitParameters | ||
| MultivariateLinearRegression | Summary description for MultivariateLinearRegression. | |
| MultivariatePreprocessingModel | Default implementation of IMultivariatePreprocessingModel. | |
| MultivariateRegression | Contains methods common to all multivariate regressions. | |
| PCRCalibrationModel | Calibration model for principal component regression (PCR). | |
| PCRRegression | Implements principal component regression (PCR) analysis and prediction. | |
| PCRWorksheetAnalysis | PCRWorksheetAnalysis performs a principal component analysis and subsequent regression and stores the results in a given table | |
| PCRWorksheetAnalysisSerializationSurrogate0 | ||
| PLS1CalibrationModel | Calibration model for PLS1 regression. | |
| PLS1Regression | Implements Partial Least Squares regression (PLS1), i.e. PLS regression for multiple target variables by running a separate PLS2 model for each target variable. | |
| PLS1WorksheetAnalysis | PLS2WorksheetAnalysis performs a PLS1 analysis and stores the results in a given table | |
| PLS1WorksheetAnalysisSerializationSurrogate0 | ||
| PLS2CalibrationModel | Calibration model for PLS2 regression. | |
| PLS2Regression | Implements Partial Least Squares regression (PLS2) analysis and prediction. | |
| PLS2WorksheetAnalysis | PLS2WorksheetAnalysis performs a PLS2 analysis and stores the results in a given table | |
| PLS2WorksheetAnalysisSerializationSurrogate0 | ||
| SpectralPreprocessingOptions | Holds options that are applied to all spectra before they are processed by PLS or PCR. | |
| WorksheetAnalysis | WorksheetMethods provides common utility methods for multivariate data analysis. | |
| WorksheetAnalysisOriginalDataTableNotFoundException |
| Structure | Description | |
|---|---|---|
| MultivariateAnalysisOptions | Specifies options for running a multivariate analysis (e.g. Partial Least Squares). |
| Interface | Description | |
|---|---|---|
| ICrossValidationGroupingStrategy | Provides a strategy for grouping observation data (spectra, etc.) according to their corresponding calibration values (concentrations, etc.). | |
| ICrossValidationResult | Stores the result(s) of cross validation. | |
| IMultivariateCalibrationModel | Contains the basic data for a multivariate calibration model. | |
| IMultivariatePreprocessingModel | Contains the basic data that were obtained during preprocessing. | |
| IPLS2CalibrationModel | Defines the calibration model data required by a PLS2 regression. |
| Delegate | Description | |
|---|---|---|
| MultivariateRegressionCrossValidationIterationFunction | Function used for a cross-validation iteration. During cross validation, the original spectral matrix is separated into a spectral group used for prediction and the remaining calibration spectra. |
| Enumeration | Description | |
|---|---|---|
| CrossPRESSCalculationType | Determines how to calculate the cross-validated predicted error sum of squares (Cross PRESS). | |
| SpectralPreprocessingMethod | Lists the available basic preprocessing methods. |