This repository provides code for the paper Graph Characterisation using Graphlet-based Entropies. To compute graphlets, the code provided by Nino Shervashidze email was used which can also be downloaded from http://members.cbio.mines-paristech.fr/~nshervashidze/code/.
The code is implemented using MATLAB R2020b but may work with some older versions of MATLAB. It assumes that the graphs contains all the undirected, unlabelled graphs while labels variables are class variables for each graph.
The function ComputeEntropy is used to embed graphs using Graphlet-based Entropies.
The input to the file computeEntropy is the cell array of adjacency matrices of the graphs.
The output is the 7-dimensional feature vector representation of each graph in the cell array.