File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
similaritygraphgenerator/classes Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff 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" : {
You can’t perform that action at this time.
0 commit comments