APRILContent
Algorithm of Particle Reconstruction for ILC - implementation with PandoraSDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations
Public Member Functions | Private Member Functions | Private Attributes | List of all members
MeanShift Class Reference

Public Member Functions

 MeanShift (double kernelBandwidth=0.1, double clusterEpsilon=0.5, double shiftEpsilon=0.00001)
 
std::vector< MSClustercluster (const std::vector< MSPoint > &)
 

Private Member Functions

void shift_point (const MSPoint &, const std::vector< MSPoint > &, double, MSPoint &)
 
std::vector< MSPointmeanshift (const std::vector< MSPoint > &points, double kernel_bandwidth, double shiftEpsilon)
 
std::vector< MSClustercluster (const std::vector< MSPoint > &, const std::vector< MSPoint > &, double clusterEpsilon)
 

Private Attributes

double m_kernelBandwidth
 
double m_clusterEpsilon
 
double m_shiftEpsilon
 

The documentation for this class was generated from the following files: