Giter Site home page Giter Site logo

multicriteriamatching's Introduction

An open source multi-criteria data-matching algorithm based on Belief Theory

Project Status: Active – The project has reached a stable, usable state and is being actively developed. MultiCriteriaMatching build & test codecov

Software License Maven Central

A goal of data matching is to define homologous geographic features in two differents sources, features representing the same object from the real world. The MultiCriteriaMatching data matching algorithm requires defining a reference and a comparison dataset giving in this way the direction of matching (for each feature from the reference dataset, the algorithm looks for homologous features in the comparison dataset). Let us mention that the reference dataset can be either an authoritative or a crowdsourced dataset. Knowing the characteristics of our datasets, criteria can be choosen (e.g. position, toponym, semantic, etc.). Each criteria must be associated with a similarity measure. For example, the position criterion is based on the distance between the reference feature and a candidate (e.g. Euclidean distance for landmarks and average of minimum of Hausdorff distance between every roads segments for lines), the name criterion compares the name of the reference feature with the name of the candidate (different measures exists to compare strings, Samal distance (Samal et al., 2005) and Cosinus distance is considered as most appropriate for points and itinerary), semantic criterion compares feature types, etc. All these criteria are merged to take a final decision in the process, the MultiCriteriaMatching algorithm do not take any decision (i.e. features are not matched) if the criteria are contradictories; these cases are tagged as uncertainty.

The theory of belief functions is implemented in the Evidence4J library.

See the doc: launch a data matching

Publications

Data matching using Belief Theory algorithm

Scientific papers whose described experiments use the MultiCriteriaMatching library.

Using the MultiCriteriaMatching Java library

! from version ≥ 1.0 Relocated → fr.umr-lastig » MultiCriteriaMatching

To include MultiCriteriaMatching in a Maven project, add a dependency block like the following:

<!-- https://mvnrepository.com/artifact/fr.umr-lastig/MultiCriteriaMatching -->
<dependency>
    <groupId>fr.umr-lastig</groupId>
    <artifactId>MultiCriteriaMatching</artifactId>
    <version>1.1</version>
</dependency>

Development & Contributions

  • Institute: LASTIG, Univ Gustave Eiffel, ENSG, IGN
  • License: Cecill-C
  • Authors:
    • Marie-Dominique Van Damme
    • Ana-Maria Raimond
    • Imran Lokhat

multicriteriamatching's People

Contributors

mdvandamme avatar amraimond avatar ilokhat avatar

Stargazers

Rémi Ratajczak avatar  avatar

Watchers

James Cloos avatar MBorne avatar  avatar Julien Perret avatar Mathieu Brédif avatar Thibault Coupin avatar Gilles Cébélieu avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.