PetscRegressorSetFromOptions#
Sets PetscRegressor
options from the options database.
Synopsis#
Collective
Input Parameter#
regressor - the
PetscRegressor
context
Options Database Keys#
-regressor_type
- the particular type of regressor to be used; seePetscRegressorType
for 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