Substitution Rule Mining 2.0
Better performance
In my last post I’ve introduced an implementation of a Substitution Rule Mining algorithm. Now I’ve developed a new version for better performance. Thus I used the purrr and tibble package from the tidyverse. Tibbles need much less memory like normal data frames and the purrr package contains fast...
[Read More]