Giter Club home page Giter Club logo

cim-2017's Introduction

CIM-2017

This is the R code associated to the article:

Rodríguez-Fernández, Víctor, Antonio Gonzalez-Pardo, and David Camacho. “Modelling Behaviour in UAV Operations Using Higher Order Double Chain Markov Models.” IEEE Computational Intelligence Magazine. In press (2017)

You can find a link to the article here: [https://doi.org/10.1109/MCI.2017.2742738]

Requirements

  1. Download R 3.4.1 and RStudio (a version of RStudio supporting R 3.4.1 is needed)
  2. Open the file CIM-2017.RProj with RStudio
  3. Type install.packages("packrat") to install package packrat, for managing dependencies
  4. Type packrat::restore() to load all the project dependencies from remote repositories. This process will take several minutes.
  5. Type install.packages("./MmgraphR_0.1.tar.gz",repos = NULL, type = "source") to install the package ``"MmgraphR" from a local source tarball.

Usage

The project structure has been created using the R package ProjectTemplate. For more details about ProjectTemplate, see http://projecttemplate.net

  • The input data can be found in the data folder
  • Every analysis script can be found in the folder src.
  • The output data from the scripts is stored in the output folder

The scripts found under the src folder are named with numerical prefixes (01-, 02-, ...) to indicate the proper order of execution in order to reproduce the results of the paper. Below are briefly described the contents of each script:

  • 1-Markovian_Comparison-InputData.R: Load the data from the data folder to be used in the rest of the scripts.
  • 2-Markovian_Comparison-DCMM: train and evaluate DCMMs using the march package.
  • 3-Markovian_Comparison-Rank_Aggregation: performs a Rank Aggregation process over a grid of evaluated DCMMs.
  • 4-Markovian_Comparison-CIM-All_in_one_Rank_Aggregation: Study of the predictability/interpretability importance in the rank aggregation.

Contact

For any questions about the use of the code please contact me by email or add a new issue in this repository.

cim-2017's People

Contributors

vrodriguezf avatar

Watchers

James Cloos 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.