| Did you know ... | Search Documentation: |
| Pack logtalk -- logtalk-3.100.1/docs/apis/_sources/gaussian_process_regression_0.rst.txt |
.. index:: single: gaussian_process_regression .. _gaussian_process_regression/0:
.. rst-class:: right
object
gaussian_process_regression
Gaussian process regression regressor supporting continuous and mixed-feature datasets using an exact mixed Gaussian process with posterior uncertainty estimates. Learns from a dataset object implementing the regression_dataset_protocol protocol and returns a regressor term that can be used for prediction, predictive-distribution queries, and export as predicate clauses.
| Availability:
| logtalk_load(gaussian_process_regression(loader))
| Author: Paulo Moura | Version: 1:0:0 | Date: 2026-05-05
| Compilation flags:
| static, context_switching_calls
| Imports:
| public :ref:`regressor_common <regressor_common/0>`
| Uses:
| :ref:`format <format/0>`
| :ref:`linear_algebra <linear_algebra/0>`
| :ref:`list <list/0>`
| :ref:`numberlist <numberlist/0>`
| :ref:`population <population/0>`
| :ref:`type <type/0>`
| Remarks: | (none)
| Inherited public predicates: | Â :ref:`options_protocol/0::check_option/1` Â :ref:`options_protocol/0::check_options/1` Â :ref:`regressor_protocol/0::check_regressor/1` Â :ref:`options_protocol/0::default_option/1` Â :ref:`options_protocol/0::default_options/1` Â :ref:`regressor_protocol/0::diagnostic/2` Â :ref:`regressor_protocol/0::diagnostics/2` Â :ref:`regressor_protocol/0::export_to_clauses/4` Â :ref:`regressor_protocol/0::export_to_file/4` Â :ref:`regressor_protocol/0::learn/2` Â :ref:`regressor_protocol/0::learn/3` Â :ref:`options_protocol/0::option/2` Â :ref:`options_protocol/0::option/3` Â :ref:`regressor_protocol/0::predict/3` Â :ref:`regressor_protocol/0::print_regressor/1` Â :ref:`regressor_protocol/0::regressor_options/2` Â :ref:`options_protocol/0::valid_option/1` Â :ref:`options_protocol/0::valid_options/1` Â :ref:`regressor_protocol/0::valid_regressor/1` Â
.. contents:: :local: :backlinks: top
.. index:: predict_distribution/3 .. _gaussian_process_regression/0::predict_distribution/3:
predict_distribution/3 ^^^^^^^^^^^^^^^^^^^^^^^^^^
Predicts the posterior predictive Gaussian distribution for a new instance using the learned regressor. The returned term has the shape gaussian(Mean, Variance) where Variance includes the learned observation noise variance.
| Compilation flags:
| static
| Template:
| predict_distribution(Regressor,Instance,Distribution)
| Mode and number of proofs:
| predict_distribution(+compound,+list,-compound) - one
(no local declarations; see entity ancestors if any)
(no local declarations; see entity ancestors if any)
(none)
.. seealso::
:ref:`linear_regression <linear_regression/0>`, :ref:`ridge_regression <ridge_regression/0>`, :ref:`lasso_regression <lasso_regression/0>`, :ref:`elastic_net_regression <elastic_net_regression/0>`, :ref:`regression_tree <regression_tree/0>`, :ref:`random_forest_regression <random_forest_regression/0>`