PetscRegressorSetFromOptions#
Sets PetscRegressor options from the options database.
Synopsis#
Collective
Input Parameter#
regressor - the
PetscRegressorcontext
Options Database Keys#
-regressor_type
- the particular type of regressor to be used; seePetscRegressorTypefor complete list
Note#
This routine must be called before PetscRegressorSetUp() (or PetscRegressorFit(), which calls
the former) if the user is to be allowed to set the regressor type.
See Also#
Level#
beginner
Location#
Implementations#
PetscRegressorSetFromOptions_Linear() in src/ml/regressor/impls/linear/linear.c
Index of all PetscRegressor routines
Table of Contents for all manual pages
Index of all manual pages