Namespaces | Functions
make_blobs.hpp File Reference
#include <cstdint>
Include dependency graph for make_blobs.hpp:

Go to the source code of this file.

Namespaces

 raft
 
 ML
 
 ML::Datasets
 

Functions

void ML::Datasets::make_blobs (const raft::handle_t &handle, float *out, int64_t *labels, int64_t n_rows, int64_t n_cols, int64_t n_clusters, bool row_major=true, const float *centers=nullptr, const float *cluster_std=nullptr, const float cluster_std_scalar=1.f, bool shuffle=true, float center_box_min=-10.f, float center_box_max=10.f, uint64_t seed=0ULL)
 
void ML::Datasets::make_blobs (const raft::handle_t &handle, double *out, int64_t *labels, int64_t n_rows, int64_t n_cols, int64_t n_clusters, bool row_major=true, const double *centers=nullptr, const double *cluster_std=nullptr, const double cluster_std_scalar=1.0, bool shuffle=true, double center_box_min=-10.0, double center_box_max=10.0, uint64_t seed=0ULL)
 
void ML::Datasets::make_blobs (const raft::handle_t &handle, float *out, int *labels, int n_rows, int n_cols, int n_clusters, bool row_major=true, const float *centers=nullptr, const float *cluster_std=nullptr, const float cluster_std_scalar=1.f, bool shuffle=true, float center_box_min=-10.f, float center_box_max=10.0, uint64_t seed=0ULL)
 
void ML::Datasets::make_blobs (const raft::handle_t &handle, double *out, int *labels, int n_rows, int n_cols, int n_clusters, bool row_major=true, const double *centers=nullptr, const double *cluster_std=nullptr, const double cluster_std_scalar=1.0, bool shuffle=true, double center_box_min=-10.0, double center_box_max=10.0, uint64_t seed=0ULL)