Click or drag to resize

DimensionReductionAndRegressionOptionsColumnsToCalculate Property

Gets the additional columns to calculate. The key is the general name of the quantity/column. The value is a set of tuples that designate for which factors the columns must be calculated.

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

Property Value

ImmutableDictionaryString, ImmutableHashSetValueTupleInt32, NullableInt32
See Also