Muster
 All Classes Namespaces Files Functions Variables Typedefs Macros
kmedoids.h File Reference

Implementations of the classic clustering algorithms PAM and CLARA, from Finding Groups in Data, by Kaufman and Rousseeuw. More...

#include <vector>
#include <set>
#include <iostream>
#include <stdexcept>
#include <cfloat>
#include <boost/random.hpp>
#include "random.h"
#include "dissimilarity.h"
#include "partition.h"
#include "bic.h"
Include dependency graph for kmedoids.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  kmedoids
 Implementations of the classic clustering algorithms PAM and CLARA, from Finding Groups in Data, by Kaufman and Rousseeuw. More...
 

Namespaces

 cluster
 Namespace for everything in the cluster library.
 

Detailed Description

Implementations of the classic clustering algorithms PAM and CLARA, from Finding Groups in Data, by Kaufman and Rousseeuw.

Author
Todd Gamblin tgamb.nosp@m.lin@.nosp@m.llnl..nosp@m.gov

Definition in file kmedoids.h.

Muster. Copyright © 2010, Lawrence Livermore National Laboratory, LLNL-CODE-433662.
Distribution of Muster and its documentation is subject to terms of the Muster LICENSE.
Generated on Thu Sep 1 2016 using Doxygen 1.8.5