mutable
A Database System for Research and Fast Prototyping
Loading...
Searching...
No Matches
Variables
Kmeans.cpp File Reference
#include "util/Kmeans.hpp"
#include <cfloat>
#include <cmath>
#include <limits>
#include <mutable/util/macro.hpp>
#include <random>
Include dependency graph for Kmeans.cpp:

Go to the source code of this file.

Variables

static constexpr unsigned KMEANS_MAX_ITERATIONS = 100
 

Variable Documentation

◆ KMEANS_MAX_ITERATIONS

constexpr unsigned KMEANS_MAX_ITERATIONS = 100
staticconstexpr

Definition at line 14 of file Kmeans.cpp.