Clustering
C++20 header-only: DBSCAN, HDBSCAN, k-means.
Loading...
Searching...
No Matches
seeder.h File Reference
#include <concepts>
#include <cstddef>
#include <cstdint>
#include "clustering/math/thread.h"
#include "clustering/ndarray.h"
Include dependency graph for seeder.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  clustering
namespace  clustering::kmeans

Concepts

concept  clustering::kmeans::SeederStrategy
 Contract for the seeder that produces initial centroids for the Lloyd driver.