34 lines
1.3 KiB
YAML
34 lines
1.3 KiB
YAML
|
---
|
||
|
settings:
|
||
|
outputFilePath: "C:\\Users\\its\\Documents\\Ana\\UNI\\Bachelor\\DataAnalyzing\\output\\"
|
||
|
stationsListPath: "C:\\Users\\its\\Documents\\Ana\\UNI\\Bachelor\\DataAnalyzing\\S-BahnStuttgartDaten\\Bahnhofsdaten.csv"
|
||
|
estimatedTimesPath: "C:\\Users\\its\\Documents\\Ana\\UNI\\Bachelor\\DataAnalyzing\\S-BahnStuttgartDaten\\20170901-20171019_Alle_Sollereignisse_S-Bahn_Stuttgart.csv"
|
||
|
realTimeDataPath: "C:\\Users\\its\\Documents\\Ana\\UNI\\Bachelor\\DataAnalyzing\\S-BahnStuttgartDaten\\20170901-20171019_Alle_Istmeldungen_S-Bahn_Stuttgart.csv"
|
||
|
|
||
|
#objectInFocus: "single line"
|
||
|
objectInFocus: "all lines" #single line is being repeated
|
||
|
|
||
|
timePeriod: ["no"]
|
||
|
#timePeriod: ["rush hour","16.00","19.00","06.00","09.00"]
|
||
|
#timePeriod: ["match day"] #(Linie 11)
|
||
|
#timePeriod: ["Thursday","Sunday"] #always 2 to compare
|
||
|
#timePeriod: ["Thursday","Friday"]
|
||
|
|
||
|
mode: "statistical variation"
|
||
|
#mode: "black list"
|
||
|
#mode: "7048"
|
||
|
|
||
|
#approach: "between registration points"
|
||
|
approach: "registration points"
|
||
|
|
||
|
quantile: ["84","90","96","99"]
|
||
|
#quantile: ["50","70","80","90"]
|
||
|
#quantile: ["88"]
|
||
|
|
||
|
analyzedLine: "4"
|
||
|
#allLines: ["1","2","3","4","5","6","60","11"]
|
||
|
allLines: ["1","2","3","4","5","6","60"]
|
||
|
#allLines: ["1","4","6","60","11"]
|
||
|
#allLines: ["1","4","6","60"]
|
||
|
...
|