PetscRegressorLinearType#
Type of linear regression
Synopsis#
typedef enum {
REGRESSOR_LINEAR_OLS,
REGRESSOR_LINEAR_LASSO,
REGRESSOR_LINEAR_RIDGE
} PetscRegressorLinearType;
Values#
REGRESSOR_LINEAR_OLS
- ordinary least squaresREGRESSOR_LINEAR_LASSO
- lassoREGRESSOR_LINEAR_RIDGE
- ridge
See Also#
Level#
advanced
Location#
Index of all PetscRegressor routines
Table of Contents for all manual pages
Index of all manual pages