Initially added similarity matrices
This commit is contained in:
4
data/street_slope_sim.csv
Normal file
4
data/street_slope_sim.csv
Normal file
@@ -0,0 +1,4 @@
|
||||
type_street_slope, flat, ascending, decending
|
||||
flat, 1.0, 0.5, 0.6
|
||||
ascending, 0.5, 1.0, 0.3
|
||||
decending, 0.6, 0.3, 1.0
|
|
3
data/street_type_sim.csv
Normal file
3
data/street_type_sim.csv
Normal file
@@ -0,0 +1,3 @@
|
||||
type_street, country_road (separated), autobahn
|
||||
country_road (separated), 1.0, 0.5
|
||||
autobahn, 0.5, 1.0
|
|
5
data/time_type_sim.csv
Normal file
5
data/time_type_sim.csv
Normal file
@@ -0,0 +1,5 @@
|
||||
type_time, night, dusk, day, dawn
|
||||
night, 1.0, 0.5, 0.6, 0.8
|
||||
dusk, 0.5, 1.0, 0.3, 0.5
|
||||
day, 0.6, 0.3, 1.0, 0.6
|
||||
dawn, 0.8, 0.5, 0.6, 1.0
|
|
5
data/vehicle_type_sim.csv
Normal file
5
data/vehicle_type_sim.csv
Normal file
@@ -0,0 +1,5 @@
|
||||
type_vehicle, car, motorcycle, sportscar, truck
|
||||
car, 1.0, 0.5, 0.6, 0.8
|
||||
motorcycle, 0.5, 1.0, 0.3, 0.5
|
||||
sportscar, 0.6, 0.3, 1.0, 0.6
|
||||
truck, 0.8, 0.5, 0.6, 1.0
|
|
5
data/weather_type_sim.csv
Normal file
5
data/weather_type_sim.csv
Normal file
@@ -0,0 +1,5 @@
|
||||
type_weather, dry, rain, fog, snow_ice
|
||||
dry, 1.0, 0.5, 0.6, 0.8
|
||||
rain, 0.5, 1.0, 0.3, 0.5
|
||||
fog, 0.6, 0.3, 1.0, 0.6
|
||||
snow_ice, 0.8, 0.5, 0.6, 1.0
|
|
Reference in New Issue
Block a user