DimensionReductionAndRegressionOptionsWithColumnToCalculate Method |
Gets a new instance of this class in which the designated column to calculate is added to the dictionary
ColumnsToCalculate.
Namespace: Altaxo.Calc.Regression.MultivariateAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic DimensionReductionAndRegressionOptions WithColumnToCalculate(
string columnName,
int first,
int? second = null
)
Parameters
- columnName String
- Name of the column that should be 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