NVIDIA FLARE Logo

Introduction

  • What is Federated Learning?
  • NVIDIA FLARE Overview
  • Installation
  • Quickstart
  • Getting Started
  • What’s New

Guides

  • Example Applications
  • Real-World Federated Learning
  • User Guide
  • Programming Guide
  • Programming Best Practices

Miscellaneous

  • Frequently Asked Questions
  • Publications and Talks
  • Contributing
  • API
    • nvflare package
      • Subpackages
        • nvflare.apis package
        • nvflare.app_common package
          • Subpackages
            • nvflare.app_common.abstract package
            • nvflare.app_common.aggregators package
            • nvflare.app_common.app_defined package
            • nvflare.app_common.ccwf package
            • nvflare.app_common.decomposers package
            • nvflare.app_common.executors package
              • Subpackages
                • nvflare.app_common.executors.statistics package
              • Submodules
              • Module contents
            • nvflare.app_common.filters package
            • nvflare.app_common.homomorphic_encryption package
            • nvflare.app_common.hub package
            • nvflare.app_common.job_launcher package
            • nvflare.app_common.job_schedulers package
            • nvflare.app_common.launchers package
            • nvflare.app_common.logging package
            • nvflare.app_common.metrics_exchange package
            • nvflare.app_common.model_locator package
            • nvflare.app_common.np package
            • nvflare.app_common.psi package
            • nvflare.app_common.pt package
            • nvflare.app_common.resource_consumers package
            • nvflare.app_common.resource_managers package
            • nvflare.app_common.response_processors package
            • nvflare.app_common.shareablegenerators package
            • nvflare.app_common.state_persistors package
            • nvflare.app_common.statistics package
            • nvflare.app_common.storages package
            • nvflare.app_common.streamers package
            • nvflare.app_common.tie package
            • nvflare.app_common.tracking package
            • nvflare.app_common.utils package
            • nvflare.app_common.widgets package
            • nvflare.app_common.workflows package
          • Submodules
          • Module contents
        • nvflare.app_opt package
        • nvflare.client package
        • nvflare.dashboard package
        • nvflare.edge package
        • nvflare.fuel package
        • nvflare.fuel_opt package
        • nvflare.ha package
        • nvflare.job_config package
        • nvflare.lighter package
        • nvflare.metrics package
        • nvflare.private package
        • nvflare.security package
        • nvflare.tool package
        • nvflare.utils package
        • nvflare.widgets package
      • Submodules
      • Module contents
  • Glossary
NVIDIA FLARE
  • nvflare
  • nvflare package
  • nvflare.app_common package
  • nvflare.app_common.executors package
  • nvflare.app_common.executors.statistics package
  • View page source

nvflare.app_common.executors.statistics package¶

Submodules¶

  • nvflare.app_common.executors.statistics.statistics_executor module
    • StatisticsExecutor
      • StatisticsExecutor.get_data_kind()
      • StatisticsExecutor.get_task_handler()
  • nvflare.app_common.executors.statistics.statistics_executor_exception module
    • StatisticExecutorException
  • nvflare.app_common.executors.statistics.statistics_task_handler module
    • StatisticsTaskHandler
      • StatisticsTaskHandler.execute_task()
      • StatisticsTaskHandler.get_bin_range()
      • StatisticsTaskHandler.get_count()
      • StatisticsTaskHandler.get_failure_count()
      • StatisticsTaskHandler.get_histogram()
      • StatisticsTaskHandler.get_max_value()
      • StatisticsTaskHandler.get_mean()
      • StatisticsTaskHandler.get_min_value()
      • StatisticsTaskHandler.get_number_of_bins()
      • StatisticsTaskHandler.get_numeric_features()
      • StatisticsTaskHandler.get_quantiles_and_centroids()
      • StatisticsTaskHandler.get_stddev()
      • StatisticsTaskHandler.get_sum()
      • StatisticsTaskHandler.get_variance_with_mean()
      • StatisticsTaskHandler.initialize()
      • StatisticsTaskHandler.pre_run()
      • StatisticsTaskHandler.statistic_functions()

Module contents¶

Previous Next

© Copyright 2024, NVIDIA.

Built with Sphinx using a theme provided by Read the Docs.