You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: topicnet/viewers/README.md
+31-12Lines changed: 31 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -5,22 +5,28 @@ Its advantage is in unified call ifrastucture to the topic model making the rout
5
5
6
6
Currently module contains the following viewers:
7
7
8
-
*`base_viewer` (`BaseViewer`) — module responsible for base infrastructure.
8
+
##`base_viewer` (`BaseViewer`)
9
9
10
-
*`document_cluster` (`DocumentClusterViewer`) — module which allows to visualize collection documents. May be slow for large document collections as it uses TSNE algorithm from [sklearn](https://scikit-learn.org/stable/modules/generated/sklearn.manifold.TSNE.html) library.
10
+
Module responsible for base infrastructure.
11
+
12
+
13
+
## `document_cluster` (`DocumentClusterViewer`)
14
+
15
+
Module which allows to visualize collection documents. May be slow for large document collections as it uses TSNE algorithm from [sklearn](https://scikit-learn.org/stable/modules/generated/sklearn.manifold.TSNE.html) library.
Visualisation of reduced document embeddings colored according to their topicspic made by DocumentClusterViewer.
19
-
</em>
20
-
</div>
21
+
<em>
22
+
Visualisation of reduced document embeddings colored according to their topic made by DocumentClusterViewer.
23
+
</em>
21
24
</p>
22
25
23
-
*`spectrum` (`TopicSpectrumViewer`) — module contains heuristics for solving TSP to arrange topics minimizing total distance of the spectrum.
26
+
27
+
## `spectrum` (`TopicSpectrumViewer`)
28
+
29
+
Module contains heuristics for solving TSP to arrange topics minimizing total distance of the spectrum.
24
30
25
31
<p>
26
32
<div align="center">
@@ -32,7 +38,10 @@ Currently module contains the following viewers:
32
38
</em>
33
39
</p>
34
40
35
-
*`top_documents_viewer` (`TopDocumentsViewer`) — module with functions that work with dataset document collections.
41
+
42
+
## `top_documents_viewer` (`TopDocumentsViewer`)
43
+
44
+
Module with functions that work with dataset document collections.
36
45
37
46
<p>
38
47
<div align="center">
@@ -43,7 +52,10 @@ Currently module contains the following viewers:
43
52
</em>
44
53
</p>
45
54
46
-
*`top_similar_documents_viewer` (`TopSimilarDocumentsViewer`) — module containing class for finding similar document for a given one. This viewer helps to estimate homogeneity of clusters given by the model.
0 commit comments