Searched refs:fit (Results 1 – 15 of 15) sorted by relevance
| /petsc/include/petsc/private/ |
| H A D | regressorimpl.h | 15 …PetscErrorCode (*fit)(PetscRegressor); /* compute the transformation … member
|
| /petsc/src/binding/petsc4py/demo/regressor/ |
| H A D | test_regressor.py | 47 regressor.fit(X,y)
|
| H A D | test_regressor_synthetic.py | 68 regressor.fit(X,y)
|
| /petsc/doc/manual/ |
| H A D | regressor.md | 11 Note that by "regressor" we mean an algorithm or implementation used to fit and apply a regression 41 (`Mat`) and a target vector (`Vec`) against which to fit the model. 91 After having set these routines and options, the user can fit (or "train") the regressor
|
| H A D | ksp.md | 1062 for subdomains that fit within a single MPI process, exactly as in
|
| /petsc/src/ml/regressor/interface/ |
| H A D | regressor.c | 272 PetscUseTypeMethod(regressor, fit); in PetscRegressorFit() 411 regressor->ops->fit = NULL; in PetscRegressorSetType()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | Regressor.pyx | 116 def fit(self, Mat X, Vec y) -> None: member in Regressor
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/ |
| H A D | README.rst | 43 General utility functions that don't fit anywhere else. For example, there are a bunch
|
| /petsc/src/ml/regressor/impls/linear/ |
| H A D | linear.c | 543 regressor->ops->fit = PetscRegressorFit_Linear; in PetscRegressorCreate_Linear()
|
| /petsc/doc/developers/ |
| H A D | style.md | 100 absolutely know the value will fit in the lesser number of bits. 106 …will not fit in the MPI required `int`, if they fit then the standard MPI functions are automatica…
|
| H A D | testing.md | 995 2. Be as lightweight as possible and easily fit within the PETSc build chain
|
| /petsc/share/petsc/matlab/ |
| H A D | laplacian.m | 66 % Note: the actual numerical entries of A fit int8 format, but only
|
| /petsc/doc/tutorials/physics/ |
| H A D | guide_to_stokes.md | 264 …of refined meshes, use our exact solution to calculate the error, and then fit this line on a log-…
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 7323 ….716e-05 273.11 110.56) (power-law 1.716e-05 273.11 0.666) (blottner-curve-fit 0.0307 0.23 -10.8))… 9656 (fan-curve-fit . 0)
|
| /petsc/doc/ |
| H A D | petsc.bib | 4600 and the ability to fit the observational data while reconstructing the model with
|