Click or drag to resize

ChemometricCommandsPlotCrossPredictedVersusActualY(DataTable) Method

Plots the cross prediction values of all y components invidually in a graph (without allowing a Gui to catch some errors).

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
)

Parameters

table  DataTable
The table with the PLS model data.
See Also