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
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

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Script -Name Test-BloomFilter

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Package Details

Author(s)

  • Lee Holmes

Dependencies

This script has no dependencies.

FileList

Version History

Version Downloads Last updated
1.0 (current version) 84 3/24/2021