From ca8e73174a48f840a32fc7e660c14924ed5ee9c8 Mon Sep 17 00:00:00 2001 From: "Premobowei Miriki (mirikip)" Date: Thu, 13 Aug 2020 16:40:57 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2fbe4b..0a086ec 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This repository contains the code for my Big-Data Programming Project module 5011CEM. The aim is to create a simple ensemble using parallel processing and compare that to an already created cluster based ensemble by finding the difference between the two models. # Prerequsites -To write this code I used Matlab R2020a on a Windows 10 64 bit. The code can be run on on both Windows and Mac given you have a Matlab version of R2017a or newer. This is because the project makes use of functions provides by the Parallel Computing Toolbox which can be added as an add-on in Matlab as found in the add-on explorer. For more information read [here](https://uk.mathworks.com/products/parallel-computing.html). +To write this code I used Matlab R2020a on a Windows 10 64 bit. The code can be run on on both Windows and Mac given you have a Matlab version of R2017a or newer. This is because the project makes use of functions provides by the Parallel Computing Toolbox which can be added as an add-on in Matlab as found in the add-on explorer. For more information read [here](https://uk.mathworks.com/products/parallel-computing.html). The Mapping toolbox is also required. # Running the code In order to run this code you will firsly need to download this repository. After you have done that open your matlab Version R2017a or newer and set the working directory to the downloaded repository. Once you ahve done that all you need to do is simply go to the compare.m file and run that. This will call the functions in the ensemble.m and in the CBE.m files and give your results.