tree: 2b3d40010a53b8169786a4a2abc3d29d6c717149 [path history] [tgz]
  1. internal/
  2. public/
  3. BUILD.gn
  4. components_unittests.filter
  5. DEPS
  6. DIR_METADATA
  7. OWNERS
  8. README.md
components/segmentation_platform/README.md

Segmentation Platform

Introduction

The segmentation platform is a platform that uses intelligence and machine learning to guide developers for building purpose-built user experience for specific segments of users.

Segmentation Platform is a layered component (https://sites.google.com/a/chromium.org/dev/developers/design-documents/layered-components-design) to enable it to be easily used on all platforms.

Code structure

components/segmentation_platform/public Public interfaces and data structure.

components/segmentation_platform/internal Internal implementations.

chrome/browser/segmentation_platform Includes factories to instantiate the service.

SegmentationPlatformService - Public interface for segmentation platform service.