Click or drag to resize

MultivariateCalibrationModelNumberOfFactors Property

Gets or sets the number of factors used by the calibration model.

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

Property Value

Int32

Implements

IMultivariateCalibrationModelNumberOfFactors
See Also