Choosing the base algorithmMost famous and best known is the Apriori algorithm. Apriori builds candidate item sets breath first. It starts with building sets containing only one item and then expanding those sets in every iteration by one more item. After sets have been generated, they are tested against the data. Infrequent sets — those that do not reach a certain support, … [Read more...] about How we implemented frequent item set mining in Elasticsearch
Implemented
Cisco Interop: Discovery of Designated Resolvers Protocol Implemented
Earlier this year in a blog post, I shared a bit about our Auth-DoH idea. In case it’s not top of mind, let me help refresh your memory. Auth-DoH is essentially a safer way to publicly advertise private services. It’s a forward-looking idea to improve DNS security. Another forward-looking idea is Discovery of Designated Resolvers (DDR). DDR allows for upgrading from insecure … [Read more...] about Cisco Interop: Discovery of Designated Resolvers Protocol Implemented