Project Topics

www.seminarsonly.com

Engineering Projects

Published on Nov 30, 2023

Abstract

A spatial preference query ranks objects based on the qualities of features in their spatial neighborhood. For example, using a real estate agency database of flats for lease, a customer may want to rank the flats with respect to the appropriateness of their location, defined after aggregating the qualities of other features (e.g., restaurants, cafes, hospital, market, etc.) within their spatial neighborhood.

Such a neighborhood concept can be specified by the user via different functions. It can be an explicit circular region within a given distance from the flat. Another intuitive definition is to assign higher weights to the features based on their proximity to the flat.

In this paper, we formally define spatial preference queries and propose appropriate indexing techniques and search algorithms for them. Extensive evaluation of our methods on both real and synthetic data reveals that an optimized branch-and-bound solution is efficient and robust with respect to different parameters

Proposed System

(i) spatial ranking, which orders the objects according to their distance from a reference point, and

(ii) non-spatial ranking, which orders the objects by an aggregate function on their non-spatial values. Our top- k spatial preference query integrates these two types of ranking in an intuitive way.

As indicated by our examples, this new query has a wide range of applications in service recommendation and decision support systems. To our knowledge, there is no existing efficient solution for processing the top-k spatial preference query. A brute-force approach (to be elaborated in Section 3.2) for evaluating it is to compute the scores of all objects in D and select the top-k ones. This method, however, is expected to be very expensive for large input datasets.

Module Description:

Spatial Ranking

Non-Spatial ranking

Neighbor (NN) Retrieval

Spatial Query Evaluation on R-trees

Hardware Requirements:

Processor - Pentium -III

Speed - 1.1 Ghz

RAM - 256 MB(min)

Hard Disk - 20 GB

Floppy Drive - 1.44 MB

Key Board - Standard Windows Keyboard

Mouse - Two or Three Button Mouse

Monitor - SVGA

S/W System Configuration:-

• Operating System :Windows95/98/2000/XP

• Application Server : Tomcat5.0/6.X

• Front End : HTML, Java, Jsp

• Scripts : JavaScript.

• Server side Script : Java Server Pages.

• Database : MsAccess

• Database Connectivity : JDBC.