Clustering::Noise Namespace Reference

functions related to noise assignment More...

Typedefs

typedef std::map< int, unsigned int > CounterClustMap
 map for sorting clusters by population
 

Functions

void main (boost::program_options::variables_map args)
 controlling function and user interface for noise assignment More...
 

Detailed Description

functions related to noise assignment

This module contains all function for identifying and dynamically reassigning noise. The underlaying principal is to assign low populated regions dynamically to the previous state, to improve the meta-stability of the resulting states. In Nagel19 it was shown that this works better than coring in case of low dimensional input. I.e., if the input is not homogeniously distributed in the input coordinates.

Function Documentation

◆ main()

void Clustering::Noise::main ( boost::program_options::variables_map  args)

controlling function and user interface for noise assignment

Parameters
statessingle column file with state information.
basenamebasename used in 'clustering network' (def.: 'clust.').
cminpopulation threshold in percent below which an geometrically isolated cluster gets assigned as noise.
concat-nframesno. of frames per trajectory.
concat-limitslength of concated trajectories.
outputfile name to store resulting trajectory.
coresfile name to store resulting cores.
Returns
void
Note
This code needs to be executed from the same directory as clustering density
Warning
This function is still in beta.

Definition at line 42 of file noise.cpp.