| Did you know ... | Search Documentation: |
| Pack logtalk -- logtalk-3.100.1/docs/apis/_sources/adaptive_boosting_classifier_0.rst.txt |
.. index:: single: adaptive_boosting_classifier .. _adaptive_boosting_classifier/0:
.. rst-class:: right
object
adaptive_boosting_classifierAdaptive Boosting classifier using C4.5 decision trees as base learners. Implements the SAMME (Stagewise Additive Modeling using a Multi-class Exponential loss function) variant, which supports multi-class classification. Builds an ensemble of weighted decision trees where each subsequent tree focuses on the examples misclassified by previous trees.
| Availability:
| logtalk_load(adaptive_boosting_classifier(loader))
| Author: Paulo Moura | Version: 2:0:0 | Date: 2026-05-11
| Compilation flags:
| static, context_switching_calls
| Imports:
| public :ref:`probabilistic_classifier_common <probabilistic_classifier_common/0>`
| Uses:
| :ref:`c45_classifier <c45_classifier/0>`
| :ref:`fast_random(Algorithm) <fast_random/1>`
| :ref:`format <format/0>`
| :ref:`list <list/0>`
| :ref:`pairs <pairs/0>`
| :ref:`type <type/0>`
| Remarks: | (none)
| Inherited public predicates: | Â :ref:`classifier_protocol/0::check_classifier/1` Â :ref:`options_protocol/0::check_option/1` Â :ref:`options_protocol/0::check_options/1` Â :ref:`classifier_protocol/0::classifier_options/2` Â :ref:`options_protocol/0::default_option/1` Â :ref:`options_protocol/0::default_options/1` Â :ref:`classifier_protocol/0::diagnostic/2` Â :ref:`classifier_protocol/0::diagnostics/2` Â :ref:`classifier_protocol/0::export_to_clauses/4` Â :ref:`classifier_protocol/0::export_to_file/4` Â :ref:`classifier_protocol/0::learn/2` Â :ref:`classifier_protocol/0::learn/3` Â :ref:`options_protocol/0::option/2` Â :ref:`options_protocol/0::option/3` Â :ref:`classifier_protocol/0::predict/3` Â :ref:`probabilistic_classifier_protocol/0::predict_probabilities/3` Â :ref:`classifier_protocol/0::print_classifier/1` Â :ref:`classifier_protocol/0::valid_classifier/1` Â :ref:`options_protocol/0::valid_option/1` Â :ref:`options_protocol/0::valid_options/1` Â
.. contents:: :local: :backlinks: top
(no local declarations; see entity ancestors if any)
(no local declarations; see entity ancestors if any)
(no local declarations; see entity ancestors if any)
(none)
.. seealso::
:ref:`dataset_protocol <dataset_protocol/0>`, :ref:`c45_classifier <c45_classifier/0>`, :ref:`isolation_forest_anomaly_detector <isolation_forest_anomaly_detector/0>`, :ref:`knn_classifier <knn_classifier/0>`, :ref:`naive_bayes_classifier <naive_bayes_classifier/0>`, :ref:`nearest_centroid_classifier <nearest_centroid_classifier/0>`, :ref:`random_forest_classifier <random_forest_classifier/0>`