PetscRegressorDestroy#
Destroys the regressor context that was created with PetscRegressorCreate().
Synopsis#
PetscErrorCode PetscRegressorDestroy(PetscRegressor *regressor)
Collective
Input Parameter#
regressor - the
PetscRegressorcontext
See Also#
PetscRegressorCreate(), PetscRegressorSetUp(), PetscRegressorReset(), PetscRegressor
Level#
beginner
Location#
Examples#
src/ml/regressor/tests/ex1.c
src/ml/regressor/tests/ex2.c
src/ml/regressor/tests/ex3.c
src/ml/regressor/tests/ex_sharks.c
Implementations#
PetscRegressorDestroy_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