Quality measures in classification algorithms

Accuracy and coverage are two of the most commonly used measures to evaluate the performance of a classification algorithm. Both measure how well behaved the algorithm, but from a different point of view. In this post we will give an

Bloom Filter, an algorithm like an Hasbro game

00If you ever used Cassandra, you know that is well known at being extremely fast in writes and reads, and that is due in part to a data structure called Bloom Filter. Bloom Filter is an extremely efficient way of