clustering.cpp File Reference

Wrapper for clustering package. More...

#include "config.hpp"
#include "density_clustering.hpp"
#include "mpp.hpp"
#include "network_builder.hpp"
#include "state_filter.hpp"
#include "coring.hpp"
#include "noise.hpp"
#include "logger.hpp"
#include "tools.hpp"
#include <omp.h>
#include <time.h>
#include <boost/program_options.hpp>
Include dependency graph for clustering.cpp:

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 Parses option and execute corresponding sub-module. More...
 

Detailed Description

Wrapper for clustering package.

The main function of clustering is essentially being a wrapper around the different sub-modules: density, network, mpp, coring, noise and filter.

See also
main()

Definition in file clustering.cpp.

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Parses option and execute corresponding sub-module.

This method parses the arguments and calls the corresponding sub-modules.

Parameters
densityfor density-based clustering on the given geometric space
networkfor the network/microstate generation from density-based clustering results
mppfor Most Probable Path clustering of microstates
coringfor boundary corrections of clustered state trajectories
noisefor defining and dynamically reassigning noise
filterfor fast filtering of coordinates, order parameters, etc. based on
a given state trajectory (i.e. clustering result)

Definition at line 66 of file clustering.cpp.