/optimization-method-project-2020

Project work for the module "Optimisation Methods"

Primary LanguageHTML

Keyword Clustering

implementing an optimisation method

Netlify Status Binder

The R code was written in a R Markdown document, compiled into HTML and deployed on Netlify which should make it simple to follow it without the need of executing it yourself.
If this is however preferred, following section lists two options to reproduce the results.

Executing code

using Binder

The code can be executed by following the Binder link.
It takes a while (approximately 20min) to start the binder session. Once done, the RStudio interface is visible.
Open index.Rmd from the Files pane. Each Chunk can be run separate Run Current Chunk or all Run All.

using local RStudio

If you wish to run the code locally, the script can be downloaded from GitHub running following command in a terminal

git clone https://github.com/sschmutz/optimization-method-project-2020.git

or download the ZIP folder.

R and RStudio need to be installed.

Open index.Rmd, install the required packages by running install.packages(c("readr", "dplyr", "tidytext", "tidyr", "purrr", "usedist", "clusteval","dendextend", "ggplot2", "patchwork")).
Each Chunk can be run separate Run Current Chunk or all Run All.