From 437b802294c8e5d1c13a5abfb1a6cbb9d88ad407 Mon Sep 17 00:00:00 2001 From: cthomas <charles.thomas@uclouvain.be> Date: Thu, 29 Nov 2018 10:21:42 +0100 Subject: [PATCH] completed readme file --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d136d4..53b1c7a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # LINGI2364-Project3_template -This repository contains the template provided for the third project of the UCLouvain course LINGI2364 - Mining Patterns in Data. +This repository contains the template provided for the third project of the UCLouvain course [LINGI2364 - Mining Patterns in Data](https://uclouvain.be/cours-2018-lingi2364). + +This project consists in using and adapting an implementation of the gSpan graph mining algorithm in order to find frequent subgraphs in a labelled graph database and perform various classification tasks. The gSpan implementation was adapted from [here](https://github.com/betterenvi/gSpan). -- GitLab