SciELO - Scientific Electronic Library Online

 
vol.37 número3Experimental and numerical evaluation of the mechanical behavior of diagonally reinforced plates subjected to the effect of residual thermal stresses índice de autoresíndice de assuntospesquisa de artigos
Home Pagelista alfabética de periódicos  

Serviços Personalizados

Journal

Artigo

Indicadores

Links relacionados

  • Em processo de indexaçãoCitado por Google
  • Não possue artigos similaresSimilares em SciELO
  • Em processo de indexaçãoSimilares em Google

Compartilhar


Ingeniería e Investigación

versão impressa ISSN 0120-5609

Resumo

LARA, Felipe; GUTIERREZ, Gilberto; SOTO, María Antonieta  e  CORRAL, Antonio. Queries about the largest empty rectangle in large 2-dimensional datasets stored in secondary memory. Ing. Investig. [online]. 2017, vol.37, n.3, pp.133-140. ISSN 0120-5609.  https://doi.org/10.15446/ing.investig.v37n3.60339.

-Let S be a set of points located in a rectangle R and q is a point that is not in S.- This article describes the design, implementation, and experimentation of different algorithms to solve the following two problems: (i) Maximum Empty Rectangle (MER), which consists in finding an empty rectangle with a maximum area contained in R and does not contain any point from S and (ii) Query Maximum Empty Rectangle (QMER), which consists in finding the rectangle with the same restrictions given for the MER problem but must also contain q. It is assumed that both problems have insufficient main memory to store all the objects in set S. According to literature, both problems are very practical in fields such as data mining and Geographic Information Systems (GIS). Specifically, the present study proposes two algorithms that assume that S is stored in secondary memory (mainly disk) and that it is impossible to store it completely in main memory. The first algorithm solves the QMER problem and consists of decreasing the size of S by using dominance areas and then processing the points that are not eliminated using an algorithm proposed by Orlowski (1990). The second algorithm solves the MER problem and consists of dividing R into four subrectangles that generate four subsets of similar size; these are processed using an algorithm proposed in Edmonds et al. (2003), and finally, the partial solutions are combined to obtain a global solution. For the purpose of verifying algorithm efficiency, results are shown for a series of experiments that consider synthetic and real data.

Palavras-chave : Geometric algorithms; spatial databases; geometric problems.

        · resumo em Espanhol     · texto em Inglês     · Inglês ( pdf )