Linear Separability in Spatial Databases
Data Structures and Algorithms
2016-02-16 v1
Abstract
Given two point sets and in the plane, with cardinalities and , respectively, and each set stored in a separate R-tree, we present an algorithm to decide whether and are linearly separable. Our algorithm exploits the structure of the R-trees, loading into the main memory only relevant data, and runs in time in the worst case. As experimental results, we implement the proposed algorithm and executed it on several real and synthetic point sets, showing that the percentage of nodes of the R-trees that are accessed and the memory usage are low in these cases. We also present an algorithm to compute the convex hull of planar points given in an R-tree, running in time in the worst case.
Cite
@article{arxiv.1602.04399,
title = {Linear Separability in Spatial Databases},
author = {Gilberto Gutiérrez and Pablo Pérez-Lantero and Claudio Torres},
journal= {arXiv preprint arXiv:1602.04399},
year = {2016}
}