Public Member Functions | |
def | __call__ (self, process, inputs) |
def | __init__ (self, distances=histoMaxVariableDR_C3d_params.dR_multicluster_byLayer_coefficientA, nBins_X1=histoMax_C3d_seeding_params.nBins_X1_histo_multicluster, nBins_X2=histoMax_C3d_seeding_params.nBins_X2_histo_multicluster, binSumsHisto=histoMax_C3d_seeding_params.binSumsHisto, seed_threshold=histoMax_C3d_seeding_params.threshold_histo_multicluster, shape_threshold=histoMaxVariableDR_C3d_params.shape_threshold, shape_distance=histoMaxVariableDR_C3d_params.shape_distance) |
Public Attributes | |
clustering_parameters | |
seeding_parameters | |
Definition at line 68 of file clustering3d.py.
def clustering3d.CreateHistoMaxVariableDr.__init__ | ( | self, | |
distances = histoMaxVariableDR_C3d_params.dR_multicluster_byLayer_coefficientA , |
|||
nBins_X1 = histoMax_C3d_seeding_params.nBins_X1_histo_multicluster , |
|||
nBins_X2 = histoMax_C3d_seeding_params.nBins_X2_histo_multicluster , |
|||
binSumsHisto = histoMax_C3d_seeding_params.binSumsHisto , |
|||
seed_threshold = histoMax_C3d_seeding_params.threshold_histo_multicluster , |
|||
shape_threshold = histoMaxVariableDR_C3d_params.shape_threshold , |
|||
shape_distance = histoMaxVariableDR_C3d_params.shape_distance |
|||
) |
Definition at line 77 of file clustering3d.py.
def clustering3d.CreateHistoMaxVariableDr.__call__ | ( | self, | |
process, | |||
inputs | |||
) |
Definition at line 85 of file clustering3d.py.
References clustering3d.CreateHistoMax.clustering_parameters, clustering3d.CreateHistoMaxVariableDr.clustering_parameters, clustering3d.CreateHistoMax.seeding_parameters, and clustering3d.CreateHistoMaxVariableDr.seeding_parameters.
clustering3d.CreateHistoMaxVariableDr.clustering_parameters |
Definition at line 78 of file clustering3d.py.
Referenced by clustering3d.CreateHistoMaxVariableDr.__call__(), clustering3d.CreateHistoMaxXYVariableDr.__call__(), clustering3d.CreateHistoInterpolatedMax1stOrder.__call__(), clustering3d.CreateHistoInterpolatedMax2ndOrder.__call__(), and clustering3d.CreateHistoThreshold.__call__().
clustering3d.CreateHistoMaxVariableDr.seeding_parameters |
Definition at line 81 of file clustering3d.py.
Referenced by clustering3d.CreateHistoMaxVariableDr.__call__(), clustering3d.CreateHistoMaxXYVariableDr.__call__(), clustering3d.CreateHistoInterpolatedMax1stOrder.__call__(), clustering3d.CreateHistoInterpolatedMax2ndOrder.__call__(), and clustering3d.CreateHistoThreshold.__call__().