Click or drag to resize

PLS1CalibrationModelNumberOfY Property

Gets or sets the number of Y variables (e.g. concentrations).

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public override int NumberOfY { get; set; }

Property Value

Int32

Implements

IMultivariateCalibrationModelNumberOfY
See Also