In the domain of inductive learning from examples, usually, training data are not evenly distributed in the input space. This makes global and eager methods, like Neural Networks, not very accurate in those cases. On the other hand, lazy methods have the problem of how to select the best examples for each test pattern. A bad selection of the training patterns would lead to even worse results. In this work, we present a way of performing a trade-off between local and non-local methods using a lazy strategy. On one hand, a Radial Basis Neural Network is used as learning algorithm; on the other hand, a selection of training patterns is performed for each query in a local way. The selection of patterns is based on the analysis of the query neig...