-
-
-
-
-
-
-
-
- Function that creates the tree
-
-
-
-
-
-
-
-
-
-
-
-
-
- Parameters
-
-
-
-
-
-
-
options (object?
- = {}
)
-
-
-
-
-
-
-
-
-
-
-
-
- Returns
- (Tree | null)
:
- left and right have the same structure than the parent,
-or are null if they are leaves
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Similarity between two nodes
-
-
-
-
-
-
-
-
-
-
-
-
-
- Parameters
-
-
-
-
-
-
-
-
-
options (object?
- = {}
)
-
-
-
-
-
-
-
-
-
-
-
-
- Returns
- number
:
- similarity measure between tree nodes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-