Giter Site home page Giter Site logo

ftsrg / graph-analyzer Goto Github PK

View Code? Open in Web Editor NEW
6.0 18.0 0.0 132.34 MB

Library for analyzing typed graphs.

License: Eclipse Public License 1.0

Java 90.69% R 8.73% Groovy 0.47% Shell 0.11%
multiplex-networks multidimensional-networks multilayer-networks heterogeneous-network property-graph neo4j neo4j-graph research

graph-analyzer's Introduction

Graph analyzer

Build Status

Analysis and metric visualisation toolkit for typed graphs, based on our MODELS 2016 paper (ACM DL, DBLP).

Prerequisites

Java 8

Getting Started

To run the analysis, edit the analyzer-app/src/Analyzer.groovy file and issue the following command:

./gradlew analyze

Make sure the Gradle process has enough memory - the more the better.

export JAVA_OPTS=-Xmx4G

License

This project is distributed under the Eclipse Public License 1.0. The project was supported by the MONDO EU FP7 project (EU ICT-611125) and is currently developed by the MTA-BME Lendület Research Group on Cyber-Physical Systems.

graph-analyzer's People

Contributors

oszkarsemerath avatar pvarhegyi avatar szarnyasg avatar zkovari avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

graph-analyzer's Issues

Improve R scripts

  • Fix refactoring-related artifacts (TypedTyped, etc.)
  • Remove containment-related analysis as its not relevant for many graphs

Change the interface of ModelAdapter

First, extract the initialization part to a ModelProvider, and second, implement a ModelIndexBuilder interface. Then the ModelProvider would provide the model via ModelIndexBuilder by using atomic EdgeOperations. On the other hand, the ModelAdapter would be responsible for providing data that are necessary for the metric calculations (like before, based on the index) but doing it with a different interface.

With this approach, the user shouldn't implement a custom ModelAdapter, and the template parameters could be removed from the Adapter (a bit tricky though because of the Indexer).

Project renaming considerations

I think we should simplify project names, e.g.

  • test.model -> testmodels
  • modeladapters -> adapters
  • modelmetrics -> metrics

Customize KS test

...in a way to extract the x value where the biggest difference can be observed between the distributions. Currently, for example with math3 library, only the value of the difference can be obtained.

Tidy naming conventions

I think typed stuff should be called dimensional, including the generics params. So <N, T> would become <N, D>, etc.

Simplify naming coventions

model* is superfluous in a lot of places (e.g. modelmetrics, modelanalyzer) - removing it would make things shorter.

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.