ChemometricCommandsPlotCrossPredictedVersusActualY(DataTable, Boolean) Method |
Plots the cross prediction values of all y components invidually in a graph.
Namespace: Altaxo.Worksheet.Commands.AnalysisAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static void PlotCrossPredictedVersusActualY(
DataTable table,
bool allowGuiForMessages
)
Parameters
- table DataTable
- The table with the PLS model data.
- allowGuiForMessages Boolean
- If and an error occurs, an error message box is presented to the user.
See Also