Muster
|
Files | |
file | bic.h [code] |
Template function implementations of the Bayesian Information Criterion. | |
file | binomial.cpp [code] |
file | binomial.h [code] |
file | counter.h [code] |
Dummy output iterator that counts how many times it was assigned to. without actually storing anything. | |
file | dissimilarity.h [code] |
Data types and functions for dealing with dissimilarity matrices. | |
file | gather.h [code] |
file | id_pair.h [code] |
MPI-packable, templated struct for shipping around an MPI-packable object plus the id of the process it came from. | |
file | kmedoids.cpp [code] |
file | kmedoids.h [code] |
Implementations of the classic clustering algorithms PAM and CLARA, from Finding Groups in Data, by Kaufman and Rousseeuw. | |
file | mpi_bindings.h [code] |
#defines for switching between MPI and PMPI bindings. | |
file | multi_gather.h [code] |
Asynchronous, some-to-some gather operation used by parallel clustering algorithms to simultaneously send members of sample sets to a set of distributed worker processes. | |
file | packable_vector.h [code] |
file | par_kmedoids.cpp [code] |
file | par_kmedoids.h [code] |
CAPEK and XCAPEK scalable parallel clustering algorithms. | |
file | par_partition.cpp [code] |
file | par_partition.h [code] |
Distributed representation of a partitioning of a data set. | |
file | partition.cpp [code] |
file | partition.h [code] |
Class to represent a partitioning of a data set. | |
file | random.h [code] |
Helper functions for taking random samples and seeding RNGs from the system clock. | |
file | trial.cpp [code] |
file | trial.h [code] |
Data structure representing a trial run of a partitioned clustering algorithm. | |