Click or drag to resize

ChemometricCommandsPlotCrossPredictedVersusActualY(DataTable, Boolean) Method

Plots the cross prediction values of all y components invidually in a graph.

Namespace: Altaxo.Worksheet.Commands.Analysis
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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