-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathReadME.txt
More file actions
61 lines (31 loc) · 1.28 KB
/
Copy pathReadME.txt
File metadata and controls
61 lines (31 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Outlier Detection Using Active Learning:
Requirements
- R Version 3.2.3
(UBUNTU)
Uninstall old R:
sudo apt-get remove r-base-core
Then:
sudo gedit /etc/apt/sources.list
Add the following to the file:
deb http://cran.rstudio.com/bin/linux/ubuntu precise/
and exit gedit.
Then copy/paste these commands into the command line:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E084DAB9
sudo add-apt-repository ppa:marutter/rdev
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install r-base
(MACOS)
https://cran.r-project.org/bin/macosx/
- R Studio
Download the relevant version from https://www.rstudio.com/products/rstudio/download/
Usage:
1) Open R studio and run the file installPackages.R
2) Open ui.R and server.R in R studio
3) Click on runapp button on the top!
Input Files:
1) The relevant Oracle could be found in /data/oracle
2) The relevant Outlier file could be found in /data/outliers
Output Files:
1) The relevant output files would be stored in /www/
Note: Incase the outlier file is not detected, you can run the file detectOutliers.R and enter relevant input parameters.