Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
S
strategy_embedding
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rank
strategy_embedding
Commits
4e02c168
Commit
4e02c168
authored
Oct 29, 2020
by
赵威
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
get count
parent
3aa29644
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
tests.py
word_vector/tests.py
+3
-1
No files found.
word_vector/tests.py
View file @
4e02c168
...
...
@@ -18,13 +18,15 @@ if __name__ == "__main__":
id1_count
=
0
id2_count
=
0
for
i
in
data
:
print
(
count
)
count
+=
1
tmp
=
i
.
split
(
"|"
)
device_id
=
tmp
[
0
]
ids
=
tmp
[
1
]
.
rstrip
(
"
\n
"
)
.
split
(
","
)
if
id1
[
0
]
in
ids
and
id1
[
1
]
in
ids
:
id1_count
+=
1
if
id2
[
0
]
in
ids
and
id2
[
i
]
in
ids
:
if
id2
[
0
]
in
ids
and
id2
[
1
]
in
ids
:
id2_count
+=
1
print
(
"done"
)
print
(
count
,
id1_count
,
id2_count
)
Write
Preview
Markdown
is supported
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