CluE
1.0
|
#include <memory>
#include <unordered_map>
#include "../clustering/cfentry.h"
#include "../base/streamingalgorithm.h"
#include "../base/weightmodifier.h"
#include "../datastructure/proxysolution.h"
#include "../datastreams/distinctelementsprimitive.h"
#include "../hashing/hashfunction.h"
#include "../hashing/carterwegman.h"
Go to the source code of this file.
Classes | |
class | CluE::FrahlingSohler< VectorType, Hash, size_space > |
Coreset algorithm for k-median clustering. More... | |
struct | CluE::FrahlingSohler< VectorType, Hash, size_space >::GridInstance |
Set of grids. More... | |
struct | CluE::FrahlingSohler< VectorType, Hash, size_space >::GridInstance::Grid |
A single grid. More... | |
Namespaces | |
CluE | |
namespace for the CluE library | |