Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ddangelov committed Mar 23, 2020
1 parent 0180cf2 commit c04aa7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ attracted the documents to the dense area are the topic words.
![HDBSCAN Document Clusters](images/hdbscan_docs.png)

**4. For each dense area calculate centroid of document vectors in original dimension, this is the topic vector.**
**4. For each dense area calculate the centroid of document vectors in original dimension, this is the topic vector.**
>The red points are outlier documents and do not get used for calculating the topic vector. The purple points are the document vectors that belong to a dense area, from which the topic vector is calculated.
![Topic Vector](images/topic_vector.svg)
Expand Down

0 comments on commit c04aa7e

Please sign in to comment.