kmeans.h File Reference
#include "mpqc/math/clustering/common.h"
#include <iostream>
#include <random>
#include <vector>
Include dependency graph for kmeans.h:
This graph shows which files directly or indirectly include this file:

Classes

class  mpqc::math::clustering::Kmeans
 Kmeans is a class that performs k-means clustering. More...
 

Namespaces

 mpqc
 The top-level namespace for all Massively Parallel Quantum Chemistry package.
 
 mpqc::math
 
 mpqc::math::clustering
 

Functions

template<typename Cluster >
double mpqc::math::clustering::kmeans_objective (std::vector< Cluster > const &cs)
 provides the quality of the k-means guess for a given clustering. More...