diff --git a/book.org b/book.org index 5606b10..3268cd6 100644 --- a/book.org +++ b/book.org @@ -3089,6 +3089,7 @@ Patterns are embedded subtrees: the nodes in a pattern are a subset in the nodes An example of a valid pattern for the tree in Figure\nbsp{}[[fig:feedbacksubtree]] can be seen in Figure\nbsp{}[[fig:feedbackpattern]]. #+CAPTION: Valid pattern for the tree in Figure\nbsp{}[[fig:feedbacksubtree]]. +#+CAPTION: Indirect ancestor-descendant relationships have been marked with dashed lines. #+NAME: fig:feedbackpattern [[./diagrams/feedbackpattern.svg]] @@ -3103,7 +3104,6 @@ We use a custom implementation of the =TreeminerD= algorithm, to find patterns i In our implementation, we set the =minimum support= parameter to 0.8. This value was determined experimentally. - **** Weight assignment :PROPERTIES: :CREATED: [2023-11-22 Wed 14:39]