Skip to content

Commit 0c3ebef

Browse files
committed
updated comment
1 parent ab38de9 commit 0c3ebef

File tree

1 file changed

+5
-3
lines changed
  • similaritygraphgenerator/classes

1 file changed

+5
-3
lines changed

similaritygraphgenerator/classes/graph.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,16 @@ def __init__(
2222
Constructor, initializes instance of Graph class.
2323
Initializes options dictionary, that provides informations about the
2424
applied configurations, changes and community detections algorithms
25-
to the graph. Calculates a similarity matrix for the provided
26-
compounds. Generates a graph from the similarity matrix and gets an
27-
original distribution of the compounds. The original distribution
25+
to the graph. Gets an original distribution of the compounds. This
2826
represents the "perfect" graph, where every node is in the correct
2927
community according to the type attribute of each compound.
3028
3129
Args:
30+
recipe (list): The recipe that was used to generate the compounds
3231
compounds_list (list): List of compound objects
32+
similarity_matrix: matrix of similarity values of compounds list
33+
matrix_options (dict): dictionary of the applied modifications
34+
noise on the matrix
3335
"""
3436
self.options = {
3537
"matrix": {

0 commit comments

Comments
 (0)