Skip to content

Commit 5d8b0e7

Browse files
committed
2 parents a916373 + 021c637 commit 5d8b0e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Spatial Bloom Filters have been first proposed for use in location-privacy appli
99

1010
The libSBF-cpp repository contains the C++ implementation of the SBF data structure. The SBF class is provided, as well as various methods for managing the filter:
1111
- once the filter is constructed, the user can insert elements into it through the `Insert` method. The `Check` method, on the contrary, is used to verify weather an element belongs to one of the mapped sets.
12-
- methods `SetAreaFpp`, `GetFilterSparsity`, `GetFilterFpp`, `GetFilterAPrioriFpp` and `GetAreaEmersion` allow to compute and return several probabilistic properties of the constructed filter.
12+
- methods such as `SetAreaFpp`, `SetAreaIsep`, `GetFilterSparsity`, `GetFilterFpp`, `GetFilterAPrioriFpp`, `GetExpectedAreaEmersion` and `GetAreaEmersion` allow to compute and return several probabilistic properties of the constructed filter.
1313
- finally, two methods are provided to print out the filter: `PrintFilter` prints the filter and related statistics to the standard output whereas `SaveToDisk` writes the filter onto a CSV file.
1414

1515
For more details on the implementation, and how to use the library please refer to the [homepage](http://sbf.csr.unibo.it/ "SBF project homepage") of the project.

0 commit comments

Comments
 (0)