For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
GitHubCUDA-X
    • Home
    • Installation
  • Getting Started
    • Introduction
    • Integrations
    • Use-cases
  • User Guide
    • API Guide
      • Common Types
      • Clustering Guide
        • K-Means
        • Single-linkage
        • Spectral Clustering
      • Indexing Guide
      • Preprocessing Guide
      • Other APIs
    • Benchmarking Guide
    • Field Guide
    • References
  • Developer Guide
    • Coding Guidelines
    • Contributing
  • API Reference
    • C API Documentation
    • Cpp API Documentation
    • Python API Documentation
    • Java API Documentation
    • Rust API Documentation
    • Go API Documentation
NVIDIANVIDIA
Developer-friendly docs for your API
Privacy Policy | Your Privacy Choices | Terms of Service | Accessibility | Corporate Policies | Product Security | Contact

Copyright © 2026, NVIDIA Corporation.

LogoLogocuVS
GitHubCUDA-X
User GuideAPI Guide

Clustering Guide

||View as Markdown|

Use these guides for NVIDIA cuVS clustering APIs that group related vectors or build graph structures from pairwise relationships.

  • K-Means: partition vectors into a fixed number of clusters, often for scalable vector-search partitioning.
  • Single-linkage: build hierarchical clusters from nearest-neighbor relationships.
  • Spectral Clustering: use graph structure and spectral methods to find clusters with more complex shapes.
Previous

Resources

Next

K-Means