Click or drag to resize

DimensionReductionAndRegressionOptionsColumnsToCalculate Property

Gets the additional columns to calculate. Key is the general name of the quantity / column. The value is a set of integer numbers that designate for which factors the columns must be calcuated.

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public ImmutableDictionary<string, ImmutableHashSet<(int , int? )>> ColumnsToCalculate { get; init; }

Property Value

ImmutableDictionaryString, ImmutableHashSetValueTupleInt32, NullableInt32
See Also