Vespucci  1.0.0
kmeanswrapper.h File Reference
#include "Global/libvespucci.h"
#include <mlpack/core.hpp>

Go to the source code of this file.

Classes

class  Vespucci::Math::KMeansWrapper
 The KMeansWrapper class mlpack relies heavily on template metaprogramming. This means that you only need to compile what you actually use. But Vespucci must be precompiled with all possible options availible at runtime. Here, we instantiate supported combinations of template parameters for the kmeans class in mlpack. More...
 

Namespaces

 Vespucci
 A namespace for "global" functions, including math functions.
 
 Vespucci::Math
 A namespace for math functions relating to linear least squares regression.