Skip to content

Commit

Permalink
Added description of spatial colocation pattern.
Browse files Browse the repository at this point in the history
  • Loading branch information
shagunsodhani committed May 9, 2016
1 parent b2db0ab commit 9f9fcaf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# locis
Implementation of [A Parallel Spatial Co-location Mining Algorithm Based on MapReduce](docs/paper/paper.pdf) paper

## Colocation Pattern

A spatial colocation pattern is a set of features that co-occur in space. For example, two crimes, say Robbery and Assault, would form a colocation pattern if they are reported together at many places. Think of spatial colocation pattern mining as [association rule mining](https://en.wikipedia.org/wiki/Association_rule_learning) in the spatial domain.

## Setup

* Download and setup Scala, Hadoop (with HDFS) and HBase for versions given [here](docs/implementation.md).
Expand Down

0 comments on commit 9f9fcaf

Please # to comment.