PetscRegressorCreate#
Creates a PetscRegressor object.
Synopsis#
PetscErrorCode PetscRegressorCreate(MPI_Comm comm, PetscRegressor *newregressor)
Collective
Input Parameter#
comm - the MPI communicator that will share the
PetscRegressorobject
Output Parameter#
newregressor - the new
PetscRegressorobject
See Also#
PetscRegressorFit(), PetscRegressorPredict(), PetscRegressor
Level#
beginner
Location#
Implementations#
PetscRegressorCreate_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