Skip to content

Commit

Permalink
Update docs and paper
Browse files Browse the repository at this point in the history
Co-authored-by: gvieralopez <[email protected]>
  • Loading branch information
jmorgadov and gvieralopez committed Jun 8, 2023
1 parent 4e922a1 commit d9fe0bd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
12 changes: 3 additions & 9 deletions docs/source/available_datasets/available_datasets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ dataset <https://github.com/yupidevs/trajectory-datasets>`_ repository.
- | **Huracane intensity:**
| Weaker or unknown • Tropical Depression
| Tropical Storm • Severe Tropical Storm
| Typhoon • Severe Typhoon • Super Typhoon
| Extratropical Cyclone
| Typhoon • Severe Typhoon
| Super Typhoon • Extratropical Cyclone
* - uci_gotrack
- Cars and buses GPS trayectories
- | **Transportation mode:**
Expand All @@ -66,10 +66,4 @@ dataset <https://github.com/yupidevs/trajectory-datasets>`_ repository.
| circle • vertical straight-line
| horizontal zigzag • vertical zigzag
| horizontal wavy • vertical wavy
| face-up curve • face-down curve • tremble
* - stochastic_models
- | Trajectories generated
| using statistical models
- | **Model used:**
| Random Walk • Langevin Ecquation
| Diffusing Diffusivity
| face-up curve • face-down curve • tremble
2 changes: 1 addition & 1 deletion docs/source/contributing/adding_datasets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Adding datasets to pactus
1. Add the dataset to the trajectory-datasets repository
--------------------------------------------------------

For this follow the instructions on `Adding datasets to this
Follow the instructions on `Adding datasets to this
repository <https://github.com/yupidevs/trajectory-datasets#adding-datasets-to-this-repository>`_.

2. Use the dataset
Expand Down
4 changes: 2 additions & 2 deletions paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ individual access through the library.

In order to mitigate the different-length trajectories on some datasets, `pactus`
is able to extract statistical features from any trajectory and convert an arbitrary
length trajectory into a fixed size feature vector using the procedures described in
[@xiao2017identifying; @zheng2008understanding].
length trajectory into a fixed size vector whose components are engineered features
typically used in the literature [@xiao2017identifying; @zheng2008understanding].

Finally, several classification algorithms can be evaluated on the vectorized
versions of the trajectories (e.g., Random Forest, SVM, KNN) or, alternatively,
Expand Down

0 comments on commit d9fe0bd

Please sign in to comment.