Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Markus Schedl
FiAI2020_country_clusters
Commits
c8320ab6
Commit
c8320ab6
authored
May 19, 2020
by
Markus Schedl
Browse files
Update country_track_clustering.py
parent
dc48197e
Changes
1
Hide whitespace changes
Inline
Side-by-side
country_track_clustering.py
View file @
c8320ab6
...
...
@@ -324,13 +324,13 @@ if __name__ == '__main__':
##############################
#
# Assumes that the following files are present in DATA_DIR:
# country_dist.txt: country_code \t no_les
# country_track_dist.txt: country_code \t track_id SPACE no_les ; track_id SPACE no_les ; ...
# country_user_dist.txt: country_code \t user_id SPACE no_les ; user_id SPACE no_les ; ...
# track_dist.txt: track_id \t no_les
#
# The following files are optional:
# country_dist.txt: country_code \t no_les
# user_dist.txt: user_id \t no_les
# track_dist.txt: track_id \t no_les
# user_track_dist.txt: user_id \t track_id SPACE no_les ; track_id SPACE no_les ; ...
if
DO_PREPROCESSING
:
# Load or create tracks and LEs file
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment