Skip to content

Commit ac064ef

Browse files
committed
typos
1 parent b31aacc commit ac064ef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Week4/2_tasks_B.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### Task 1: Similarity measures
44

5-
We will now calculate similarties between trajectories using a new dataset pedestrian.csv (available on moodle). Download an import this dataset as a `data.frame` or `tibble`. It it a set of six different but similar trajectories from pedestrians walking on a path.
5+
We will now calculate similarities between trajectories using a new dataset pedestrian.csv (available on moodle). Download an import this dataset as a `data.frame` or `tibble`. It it a set of six different but similar trajectories from pedestrians walking on a path.
66

77
For this task, explore the trajectories first and get an idea on how the pedestrians moved.
88

@@ -27,7 +27,7 @@ Commit your changes with a meaningful commit message.
2727

2828
Install the package `SimilarityMeasures` (`install.packages("SimilarityMeasures")`). Familiarize yourself with this package by skimming through the function descriptions `help(package = "SimilarityMeasures")`. Now compare trajectory 1 to trajectories 2-6 using different similarity measures from the package. Your options are. `DTW`, `EditDist`, `Frechet` and `LCSS`.
2929

30-
Before visualizing your results think about the following: Which two trajectories to you percieve to be most similar, which are most dissimilar? Now visualize the results from the computed similarity measures. Which measure reflects your own intuition the closest?
30+
Before visualizing your results think about the following: Which two trajectories to you perceive to be most similar, which are most dissimilar? Now visualize the results from the computed similarity measures. Which measure reflects your own intuition the closest?
3131

3232
Note:
3333

0 commit comments

Comments
 (0)