#include "vocabulary_tree/distance.h"
#include "vocabulary_tree/feature_allocator.h"
#include <boost/function.hpp>
#include <boost/foreach.hpp>
#include <algorithm>
#include <vector>
#include <limits>
Go to the source code of this file.
Classes | |
struct | vt::InitGiven |
Dummy initializer for K-means that leaves the centers as-is. More... | |
struct | vt::InitRandom |
Initializer for K-means that randomly selects k features as the cluster centers. More... | |
class | vt::SimpleKmeans< Feature, Distance, FeatureAllocator > |
Class for performing K-means clustering, optimized for a particular feature type and metric. More... | |
Namespaces | |
namespace | vt |