Click or drag to resize

PLS1CalibrationModelAllocate Method

Allocates the per-target-variable model arrays.

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
protected void Allocate(
	int numberOfY
)

Parameters

numberOfY  Int32
Number of target variables.
See Also