Chemometric |
public class ChemometricCommands
The ChemometricCommands type exposes the following members.
Name | Description | |
---|---|---|
ChemometricCommands | Initializes a new instance of the ChemometricCommands class |
Name | Description | |
---|---|---|
CheckSelectedColumnsShowErrorMessageBox | Checks the selected columns for use with multivariate analysis. | |
CreateNewGraphWithXYLayer | ||
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
ExportPLSCalibration | ||
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetAnalysis | ||
GetAvailablePLSCalibrationTables | ||
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetOrQuestPreferredNumberOfFactors | ||
GetPreferredNumberOfFactorsAndNumberOfConcentrations | ||
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
MultiplyColumnsToMatrix(IWorksheetController) | ||
MultiplyColumnsToMatrix(AltaxoDocument, DataTable, IAscendingIntegerCollection) | Multiplies selected columns to form a matrix. | |
PCAOnColumns | ||
PCAOnRows | ||
PlotCrossPredictedVersusActualY(DataTable) | Plots the cross prediction values of all y components invidually in a graph (without allowing a Gui to catch some errors). | |
PlotCrossPredictedVersusActualY(DataTable, Boolean) | Plots the cross prediction values of all y components invidually in a graph. | |
PlotCrossPredictedVersusActualY(DataTable, XYPlotLayer, Int32, Int32) | Plots the cross predicted versus actual Y (concentration) into a provided layer. | |
PlotCrossPRESSValue(DataTable) | Plots the cross PRESS value into a provided layer. | |
PlotCrossPRESSValue(DataTable, XYPlotLayer) | Plots the cross PRESS value into a provided layer. | |
PlotOnlyLabel | This plots a label plot into the provided layer. | |
PlotPredictedVersusActualY(DataTable) | Plots the prediction values of all y components invidually in a graph. | |
PlotPredictedVersusActualY(DataTable, XYPlotLayer, Int32, Int32) | Plots the predicted versus actual Y (concentration) into a provided layer. | |
PlotPredictionScores | Plots all preprocessed spectra into a newly created graph. | |
PlotPreprocessedSpectra | Plots all preprocessed spectra into a newly created graph. | |
PlotPRESSValue(DataTable) | Plots the PRESS value into a provided layer. | |
PlotPRESSValue(DataTable, XYPlotLayer) | Plots the PRESS value into a provided layer. | |
PlotXCrossResiduals(DataTable) | Plots the x (spectral) residuals (of cross prediction) of all spectra invidually in a graph. | |
PlotXCrossResiduals(DataTable, XYPlotLayer, Int32, Int32) | Plots the x (spectral) residuals (of cross prediction) into a provided layer. | |
PlotXLeverage(DataTable) | Plots the x (spectral) leverage into a graph. | |
PlotXLeverage(DataTable, XYPlotLayer, Int32) | Plots the x (spectral) leverage into a provided layer. | |
PlotXResiduals(DataTable) | Plots the x (spectral) residuals of all spectra invidually in a graph. | |
PlotXResiduals(DataTable, XYPlotLayer, Int32, Int32) | Plots the x (spectral) residuals into a provided layer. | |
PlotYCrossResiduals(DataTable) | Plots the rediduals from cross prediction of all y components invidually in a graph. | |
PlotYCrossResiduals(DataTable, XYPlotLayer, Int32, Int32) | Plots the residual y values (of cross prediction) of a given component into a provided layer. | |
PlotYResiduals(DataTable) | Plots the rediduals of all y components invidually in a graph. | |
PlotYResiduals(DataTable, XYPlotLayer, Int32, Int32) | Plots the residual y values of a given component into a provided layer. | |
PLSOnColumns | ||
PredictOnColumns | This predicts the selected columns/rows against a user choosen calibration model. The spectra are presumed to be vertically oriented, i.e. each spectrum is in one column. | |
PrincipalComponentAnalysis | Makes a PCA (a principal component analysis) of the table or the selected columns / rows and stores the results in a newly created table. | |
QuestCalibrationModelAndDestinationTable | Ask the user (before a prediction is made) for the name of the calibration model table and the destination table. | |
QuestPLSAnalysisOptions | ||
QuestPreferredNumberOfFactors(DataTable) | Asks the user for the preferred number of factors to use for calculation and plotting and stores that number in the PLS content tag of the table. | |
QuestPreferredNumberOfFactors(DimensionReductionAndRegressionDataSource) | ||
ToString | Returns a string that represents the current object. (Inherited from Object) |