Click or drag to resize

DimensionReductionAndRegressionOptionsMaximumNumberOfFactors Property

Gets the maximum number of factors to calculate.

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public int MaximumNumberOfFactors { get; init; }

Property Value

Int32
The maximum number of factors.
See Also