Test-BloomFilter
1.0
Tests for the existence of items in a data set, based on the output of New-BloomFilter.
If this function returns 'False' (or emits the item in -PassThru mode), you can be 100%
certain that the item was not part of the original training data set.
The efficiency of this encoding comes with a very slight false positive rate. That is, one
in a billion times, this functio
If this function returns 'False' (or emits the item in -PassThru mode), you can be 100%
certain that the item was not part of the original training data set.
The efficiency of this encoding comes with a very slight false positive rate. That is, one
in a billion times, this functio
Tests for the existence of items in a data set, based on the output of New-BloomFilter.
If this function returns 'False' (or emits the item in -PassThru mode), you can be 100%
certain that the item was not part of the original training data set.
The efficiency of this encoding comes with a very slight false positive rate. That is, one
in a billion times, this function will return 'True' (or not emit an item in -PassThru
mode) for an item that was not in the original data set.
Show more
If this function returns 'False' (or emits the item in -PassThru mode), you can be 100%
certain that the item was not part of the original training data set.
The efficiency of this encoding comes with a very slight false positive rate. That is, one
in a billion times, this function will return 'True' (or not emit an item in -PassThru
mode) for an item that was not in the original data set.
Installation Options
Owners
Package Details
Author(s)
- Lee Holmes
Dependencies
This script has no dependencies.
FileList
- Test-BloomFilter.nuspec
- Test-BloomFilter.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
1.0 (current version) | 84 | 3/24/2021 |