Local Cascade Generalization
Abstract
In a previous work we have presented Cascade Generalization, a new general method for merging classifiers. The basic idea of Cascade Generalization is to sequentially run the set of classifiers, at each step performing an extension of the original data by the insertion of new attributes. The new attributes are derived from the probability class distribution given by a base classifier. This constructive step extends the representational language for the high level classifiers, relaxing their bias. In this paper we extend this work by applying Cascade locally. At each iteration of a divide and conquer algorithm, a reconstruction of the instance space occurs by the addition of new attributes. Each new attribute represents the probability that an example belongs to a class given by a base classifier. We have implemented three Local Generalization Algorithms. The first merges a linear discriminant with a decision tree, the second merges a naive Bayes with a decision tree, and the third mer...
Cite
Text
Gama. "Local Cascade Generalization." International Conference on Machine Learning, 1998.Markdown
[Gama. "Local Cascade Generalization." International Conference on Machine Learning, 1998.](https://mlanthology.org/icml/1998/gama1998icml-local/)BibTeX
@inproceedings{gama1998icml-local,
title = {{Local Cascade Generalization}},
author = {Gama, João},
booktitle = {International Conference on Machine Learning},
year = {1998},
pages = {206-214},
url = {https://mlanthology.org/icml/1998/gama1998icml-local/}
}