PetscRegressorView#
Prints information about the PetscRegressor
object
Synopsis#
PetscErrorCode PetscRegressorView(PetscRegressor regressor, PetscViewer viewer)
Collective
Input Parameters#
regressor - the
PetscRegressor
contextviewer - a
PetscViewer
context
Options Database Key#
-regressor_view - Calls
PetscRegressorView()
at the end ofPetscRegressorFit()
Notes#
The available visualization contexts include
PETSC_VIEWER_STDOUT_SELF
- standard output (default)PETSC_VIEWER_STDOUT_WORLD
- synchronized standard output where only the first processor opens the file. All other processors send their data to the first processor to print.
See Also#
PetscRegressor: Regression Solvers, PetscRegressor
, PetscViewerASCIIOpen()
Level#
beginner
Location#
Implementations#
PetscRegressorView_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