tff.analytics.count_distinct.create_federated_hyperloglog_computation
Creates a tff.Computation
to estimate the number of distinct strings.
tff.analytics.count_distinct.create_federated_hyperloglog_computation(
*, use_secagg: bool = False
) -> tff.Computation
The returned computation consumes data @CLIENTS and produces an estimate of
the number of unique words across all clients @SERVER.
Args |
use_secagg
|
Flag to specify if secure aggregation is necessary when
computing the hyperloglog sketch.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-20 UTC.
[null,null,["Last updated 2024-09-20 UTC."],[],[]]