================ Available models ================ The following table summarises the supported hyperbox-based learning algorithms in this toolbox. .. list-table:: :widths: 20 10 10 10 30 10 10 :align: left :header-rows: 1 * - Model - Feature type - Model type - Learning type - Implementation - Example - References * - EIOL-GFMM - Mixed - Single - Instance-incremental - `ExtendedImprovedOnlineGFMM `_ - `Notebook `_ - [1]_ * - Freq-Cat-Onln-GFMM - Mixed - Single - Batch-incremental - `FreqCatOnlineGFMM `_ - `Notebook `_ - [2]_ * - OneHot-Onln-GFMM - Mixed - Single - Batch-incremental - `OneHotOnlineGFMM `_ - `Notebook `_ - [2]_ * - Onln-GFMM - Continuous - Single - Instance-incremental - `OnlineGFMM `_ - `Notebook `_ - [3]_, [4]_ * - IOL-GFMM - Continuous - Single - Instance-incremental - `ImprovedOnlineGFMM `_ - `Notebook `_ - [5]_, [4]_ * - FMNN - Continuous - Single - Instance-incremental - `FMNNClassifier `_ - `Notebook `_ - [6]_ * - EFMNN - Continuous - Single - Instance-incremental - `EFMNNClassifier `_ - `Notebook `_ - [7]_ * - KNEFMNN - Continuous - Single - Instance-incremental - `KNEFMNNClassifier `_ - `Notebook `_ - [8]_ * - RFMNN - Continuous - Single - Instance-incremental - `RFMNNClassifier `_ - `Notebook `_ - [9]_ * - AGGLO-SM - Continuous - Single - Batch - `AgglomerativeLearningGFMM `_ - `Notebook `_ - [10]_, [4]_ * - AGGLO-2 - Continuous - Single - Batch - `AccelAgglomerativeLearningGFMM `_ - `Notebook `_ - [10]_, [4]_ * - MRHGRC - Continuous - Granularity - Multi-Granular learning - `MultiGranularGFMM `_ - `Notebook `_ - [11]_ * - Decision-level Bagging of hyperbox-based learners - Continuous - Combination - Ensemble - `DecisionCombinationBagging `_ - `Notebook `_ - [12]_ * - Decision-level Bagging of hyperbox-based learners with hyper-parameter optimisation - Continuous - Combination - Ensemble - `DecisionCombinationCrossValBagging `_ - `Notebook `_ - * - Model-level Bagging of hyperbox-based learners - Continuous - Combination - Ensemble - `ModelCombinationBagging `_ - `Notebook `_ - [12]_ * - Model-level Bagging of hyperbox-based learners with hyper-parameter optimisation - Continuous - Combination - Ensemble - `ModelCombinationCrossValBagging `_ - `Notebook `_ - * - Random hyperboxes - Continuous - Combination - Ensemble - `RandomHyperboxesClassifier `_ - `Notebook `_ - [13]_ * - Random hyperboxes with hyper-parameter optimisation for base learners - Continuous - Combination - Ensemble - `CrossValRandomHyperboxesClassifier `_ - `Notebook `_ - References ~~~~~~~~~~ .. [1] T. T. Khuat and B. Gabrys "`An Online Learning Algorithm for a Neuro-Fuzzy Classifier with Mixed-Attribute Data `_", ArXiv preprint, arXiv:2009.14670, 2020. .. [2] T. T. Khuat and B. Gabrys "`An in-depth comparison of methods handling mixed-attribute data for general fuzzy min-max neural network `_", Neurocomputing, vol 464, pp. 175-202, 2021. .. [3] B. Gabrys and A. Bargiela, "`General fuzzy min-max neural network for clustering and classification `_", IEEE Transactions on Neural Networks, vol. 11, no. 3, pp. 769-783, 2000. .. [4] T. T. Khuat and B. Gabrys, "`Accelerated learning algorithms of general fuzzy min-max neural network using a novel hyperbox selection rule `_", Information Sciences, vol. 547, pp. 887-909, 2021. .. [5] T. T. Khuat, F. Chen, and B. Gabrys, "`An improved online learning algorithm for general fuzzy min-max neural network `_", in Proceedings of the International Joint Conference on Neural Networks (IJCNN), pp. 1-9, 2020. .. [6] P. Simpson, "`Fuzzy min—max neural networks—Part 1: Classification `_", IEEE Transactions on Neural Networks, vol. 3, no. 5, pp. 776-786, 1992. .. [7] M. Mohammed and C. P. Lim, "`An enhanced fuzzy min-max neural network for pattern classification `_", IEEE Transactions on Neural Networks and Learning Systems, vol. 26, no. 3, pp. 417-429, 2014. .. [8] M. Mohammed and C. P. Lim, "`Improving the Fuzzy Min-Max neural network with a k-nearest hyperbox expansion rule for pattern classification `_", Applied Soft Computing, vol. 52, pp. 135-145, 2017. .. [9] O. N. Al-Sayaydeh, M. F. Mohammed, E. Alhroob, H. Tao, and C. P. Lim, "`A refined fuzzy min-max neural network with new learning procedures for pattern classification `_", IEEE Transactions on Fuzzy Systems, vol. 28, no. 10, pp. 2480-2494, 2019. .. [10] B. Gabrys, "`Agglomerative learning algorithms for general fuzzy min-max neural network `_", Journal of VLSI Signal Processing Systems for Signal, Image and Video Technology, vol. 32, no. 1, pp. 67-82, 2002. .. [11] T.T. Khuat, F. Chen, and B. Gabrys, "`An Effective Multiresolution Hierarchical Granular Representation Based Classifier Using General Fuzzy Min-Max Neural Network `_", IEEE Transactions on Fuzzy Systems, vol. 29, no. 2, pp. 427-441, 2021. .. [12] B. Gabrys, "`Combining neuro-fuzzy classifiers for improved generalisation and reliability `_", in Proceedings of the 2002 International Joint Conference on Neural Networks, vol. 3, pp. 2410-2415, 2002. .. [13] T. T. Khuat and B. Gabrys, "`Random Hyperboxes `_", IEEE Transactions on Neural Networks and Learning Systems, 2021.