![]() |
SemiDiscreteOT 1.0
Semi-Discrete Optimal Transport Library
|
#include <dkm.hpp>
Public Member Functions | |
clustering_parameters (uint32_t k) | |
void | set_max_iteration (uint64_t max_iter) |
void | set_min_delta (T min_delta) |
void | set_random_seed (uint64_t rand_seed) |
bool | has_max_iteration () const |
bool | has_min_delta () const |
bool | has_random_seed () const |
uint32_t | get_k () const |
uint64_t | get_max_iteration () const |
T | get_min_delta () const |
uint64_t | get_random_seed () const |
Private Attributes | |
uint32_t | _k |
bool | _has_max_iter |
uint64_t | _max_iter |
bool | _has_min_delta |
T | _min_delta |
bool | _has_rand_seed |
uint64_t | _rand_seed |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |