Data structure representing a trial run of a partitioned clustering algorithm. More...
#include <cstdlib>
Go to the source code of this file.
Classes | |
struct | trial |
This struct represents parameters for a single trial run of kmedoids. More... | |
class | trial_generator |
Class to generate a set of trials for clustering. More... | |
Namespaces | |
namespace | cluster |
Namespace for everything in the cluster library. |
Data structure representing a trial run of a partitioned clustering algorithm.
Definition in file trial.h.