ConvolutionClustering Class Reference#include <ConvolutionClustering.h>
List of all members. Public Member Functions
Constructor & Destructor Documentation
ConvolutionClustering::ConvolutionClustering |
( |
tlp::ClusterContext |
|
) |
|
|
ConvolutionClustering::~ConvolutionClustering |
( |
|
) |
|
|
Member Function Documentation
void ConvolutionClustering::autoSetParameter |
( |
|
) |
|
|
bool ConvolutionClustering::check |
( |
std::string & |
|
) |
|
|
vector< double > * ConvolutionClustering::getHistogram |
( |
|
) |
|
|
list< int > ConvolutionClustering::getLocalMinimum |
( |
|
) |
|
|
void ConvolutionClustering::getParameters |
( |
int & |
histosize, |
|
|
int & |
threshold, |
|
|
int & |
width |
|
) |
|
|
void ConvolutionClustering::reset |
( |
|
) |
|
|
bool ConvolutionClustering::run |
( |
|
) |
|
|
void ConvolutionClustering::setParameters |
( |
int |
histosize, |
|
|
int |
threshold, |
|
|
int |
width |
|
) |
|
|
|