DimensionReductionAndRegressionOptionsWithColumnToCalculate Method |
Gets a new instance of this class, in which the designated column to calculated is added to the dictionary
ColumnsToCalculate.
Namespace: Altaxo.Calc.Regression.MultivariateAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public DimensionReductionAndRegressionOptions WithColumnToCalculate(
string columnName,
int first,
int? second = null
)
Parameters
- columnName String
- Name of the column that was calculated.
- first Int32
- The first integer parameter (in most cases the number of factors.
- second NullableInt32 (Optional)
- The second integer parameter (e.g. the number of the target variable).
Return Value
DimensionReductionAndRegressionOptionsA new instance of this class, in which a calculated column is set.
See Also