Classes | Namespaces

src/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

namespace  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 tgamblin@llnl.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 Mon Dec 20 2010 using Doxygen 1.7.2