Functions | |
def | create_dbscan (process, inputs, distance=dbscan_C3d_params.dist_dbscan_multicluster, min_points=dbscan_C3d_params.minN_dbscan_multicluster) |
def | create_distance (process, inputs, distance=distance_C3d_params.dR_multicluster) |
def | create_histoInterpolatedMax1stOrder (process, inputs, distance=histoMax_C3d_clustering_params.dR_multicluster, nBins_X1=histoInterpolatedMax_C3d_params.nBins_X1_histo_multicluster, nBins_X2=histoInterpolatedMax_C3d_params.nBins_X2_histo_multicluster, binSumsHisto=histoInterpolatedMax_C3d_params.binSumsHisto, seed_threshold=histoInterpolatedMax_C3d_params.threshold_histo_multicluster, shape_threshold=histoMax_C3d_clustering_params.shape_threshold, shape_distance=histoMax_C3d_clustering_params.shape_distance) |
def | create_histoInterpolatedMax2ndOrder (process, inputs, distance=histoMax_C3d_clustering_params.dR_multicluster, nBins_X1=histoInterpolatedMax_C3d_params.nBins_X1_histo_multicluster, nBins_X2=histoInterpolatedMax_C3d_params.nBins_X2_histo_multicluster, binSumsHisto=histoInterpolatedMax_C3d_params.binSumsHisto, seed_threshold=histoInterpolatedMax_C3d_params.threshold_histo_multicluster, shape_threshold=histoMax_C3d_clustering_params.shape_threshold, shape_distance=histoMax_C3d_clustering_params.shape_distance) |
def | create_histoMax (process, inputs, distance=histoMax_C3d_clustering_params.dR_multicluster, 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=histoMax_C3d_clustering_params.shape_threshold, shape_distance=histoMax_C3d_clustering_params.shape_distance) |
def | create_histoMax_variableDr (process, inputs, 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) |
def | create_histoMaxXY_variableDr (process, inputs, distances=histoMaxVariableDR_C3d_params.dR_multicluster_byLayer_coefficientA, nBins_X1=histoMaxXYVariableDR_C3d_params.nBins_X1_histo_multicluster, nBins_X2=histoMaxXYVariableDR_C3d_params.nBins_X2_histo_multicluster, seed_threshold=histoMaxXYVariableDR_C3d_params.threshold_histo_multicluster, shape_threshold=histoMaxVariableDR_C3d_params.shape_threshold, shape_distance=histoMaxVariableDR_C3d_params.shape_distance) |
def | create_histoThreshold (process, inputs, threshold=histoThreshold_C3d_params.threshold_histo_multicluster, distance=histoMax_C3d_clustering_params.dR_multicluster, nBins_X1=histoThreshold_C3d_params.nBins_X1_histo_multicluster, nBins_X2=histoThreshold_C3d_params.nBins_X2_histo_multicluster, binSumsHisto=histoThreshold_C3d_params.binSumsHisto, shape_threshold=histoMax_C3d_clustering_params.shape_threshold, shape_distance=histoMax_C3d_clustering_params.shape_distance) |
def clustering3d.create_dbscan | ( | process, | |
inputs, | |||
distance = dbscan_C3d_params.dist_dbscan_multicluster , |
|||
min_points = dbscan_C3d_params.minN_dbscan_multicluster |
|||
) |
Definition at line 33 of file clustering3d.py.
References create_histoMax().
Referenced by create_distance().
def clustering3d.create_distance | ( | process, | |
inputs, | |||
distance = distance_C3d_params.dR_multicluster |
|||
) |
def clustering3d.create_histoInterpolatedMax1stOrder | ( | process, | |
inputs, | |||
distance = histoMax_C3d_clustering_params.dR_multicluster , |
|||
nBins_X1 = histoInterpolatedMax_C3d_params.nBins_X1_histo_multicluster , |
|||
nBins_X2 = histoInterpolatedMax_C3d_params.nBins_X2_histo_multicluster , |
|||
binSumsHisto = histoInterpolatedMax_C3d_params.binSumsHisto , |
|||
seed_threshold = histoInterpolatedMax_C3d_params.threshold_histo_multicluster , |
|||
shape_threshold = histoMax_C3d_clustering_params.shape_threshold , |
|||
shape_distance = histoMax_C3d_clustering_params.shape_distance |
|||
) |
Definition at line 120 of file clustering3d.py.
References create_histoInterpolatedMax2ndOrder(), customClustering.set_histomax_clustering_params(), and customHistoSeeding.set_histomax_seeding_params().
Referenced by create_histoMaxXY_variableDr().
def clustering3d.create_histoInterpolatedMax2ndOrder | ( | process, | |
inputs, | |||
distance = histoMax_C3d_clustering_params.dR_multicluster , |
|||
nBins_X1 = histoInterpolatedMax_C3d_params.nBins_X1_histo_multicluster , |
|||
nBins_X2 = histoInterpolatedMax_C3d_params.nBins_X2_histo_multicluster , |
|||
binSumsHisto = histoInterpolatedMax_C3d_params.binSumsHisto , |
|||
seed_threshold = histoInterpolatedMax_C3d_params.threshold_histo_multicluster , |
|||
shape_threshold = histoMax_C3d_clustering_params.shape_threshold , |
|||
shape_distance = histoMax_C3d_clustering_params.shape_distance |
|||
) |
Definition at line 144 of file clustering3d.py.
References create_histoThreshold(), customClustering.set_histomax_clustering_params(), and customHistoSeeding.set_histomax_seeding_params().
Referenced by create_histoInterpolatedMax1stOrder().
def clustering3d.create_histoMax | ( | process, | |
inputs, | |||
distance = histoMax_C3d_clustering_params.dR_multicluster , |
|||
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 = histoMax_C3d_clustering_params.shape_threshold , |
|||
shape_distance = histoMax_C3d_clustering_params.shape_distance |
|||
) |
Definition at line 52 of file clustering3d.py.
References create_histoMax_variableDr(), customClustering.set_histomax_clustering_params(), and customHistoSeeding.set_histomax_seeding_params().
Referenced by create_dbscan().
def clustering3d.create_histoMax_variableDr | ( | process, | |
inputs, | |||
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 73 of file clustering3d.py.
References create_histoMaxXY_variableDr(), customClustering.set_histomax_clustering_params(), and customHistoSeeding.set_histomax_seeding_params().
Referenced by create_histoMax().
def clustering3d.create_histoMaxXY_variableDr | ( | process, | |
inputs, | |||
distances = histoMaxVariableDR_C3d_params.dR_multicluster_byLayer_coefficientA , |
|||
nBins_X1 = histoMaxXYVariableDR_C3d_params.nBins_X1_histo_multicluster , |
|||
nBins_X2 = histoMaxXYVariableDR_C3d_params.nBins_X2_histo_multicluster , |
|||
seed_threshold = histoMaxXYVariableDR_C3d_params.threshold_histo_multicluster , |
|||
shape_threshold = histoMaxVariableDR_C3d_params.shape_threshold , |
|||
shape_distance = histoMaxVariableDR_C3d_params.shape_distance |
|||
) |
Definition at line 96 of file clustering3d.py.
References create_histoInterpolatedMax1stOrder(), customClustering.set_histomax_clustering_params(), and customHistoSeeding.set_histomax_seeding_params().
Referenced by create_histoMax_variableDr().
def clustering3d.create_histoThreshold | ( | process, | |
inputs, | |||
threshold = histoThreshold_C3d_params.threshold_histo_multicluster , |
|||
distance = histoMax_C3d_clustering_params.dR_multicluster , |
|||
nBins_X1 = histoThreshold_C3d_params.nBins_X1_histo_multicluster , |
|||
nBins_X2 = histoThreshold_C3d_params.nBins_X2_histo_multicluster , |
|||
binSumsHisto = histoThreshold_C3d_params.binSumsHisto , |
|||
shape_threshold = histoMax_C3d_clustering_params.shape_threshold , |
|||
shape_distance = histoMax_C3d_clustering_params.shape_distance |
|||
) |
Definition at line 167 of file clustering3d.py.
References customClustering.set_histomax_clustering_params(), and customHistoSeeding.set_histomax_seeding_params().
Referenced by create_histoInterpolatedMax2ndOrder().