Properties that can be configured for the R-Geometric Regression algorithm.
| Property | Description |
|---|---|
| Output Mode | Select the mode in which you want to use the output of this
algorithm. Possible values:
|
| Independent Column | Select the input column with which you want to perform the regression analysis. |
| Dependent Column | Select the target column for which you want to perform the regression analysis. |
| Missing Values | Select the method for handling missing values. Possible
methods:
|
| Allow Singular Fit | A Boolean value - if set to true, the aliased coefficients are
ignored in the coefficient covariance matrix. If set to false, a
model with aliased coefficients produces an error. A model with aliased coefficients signifies that the square matrix x*x is singular. |
| Contrasts | Select the list of contrasts, which you want to use for factors appearing as variables in the model. |
| Predicted Column Name | Enter a name for the newly-created column that contains the predicted values. |