-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.R
More file actions
27 lines (19 loc) · 646 Bytes
/
main.R
File metadata and controls
27 lines (19 loc) · 646 Bytes
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
require(weatherData)
source("examplePresentation.R")
source("Comparison.R")
source("finkImportantPoints.R")
source("paa.R")
source("rdp.R")
source("generateDatasets.R")
source("simMeasures.R")
#### First test ######
# data <- data.frame(x = 1:40, y = rnorm(40, 2))
# showImportantPointsExample(data)
# showPAAExample(data)
######################
# lineData <- generateDataSets()
#Use precalculated eps for rdp in detailed analysis
#has to be called first to use detailed analysis
# lineData <- visualComparison(lineData, method = "ips") #paa
# results <- detailedAnalysis(lineData)
# results2 <- multiAnalysis(N = 3) #can take a while...