Expand description
Privacy-preserving extraction.
Determines which data items are safe to share with the collective intelligence network and which must remain private.
Enums§
- NonShareable
- Data that must NOT be shared with the collective.
- Shareable
- Data that is safe to share with the collective.
- Shareable
Check - An item to check for shareability.
Functions§
- filter_
shareable - Filter a list of items, keeping only those that are shareable.
- is_
shareable - Check whether a data item is safe to share.