.. _RepairClusters: RepairClusters ============== .. plugin:: RepairClusters(FramePass) Plugin Type: :py:class:`~diplomat.predictors.fpe.frame_pass.FramePass` Scans source data frames for clustering errors that split bodies into positions not viable under skeletal constraints. When a split body is encountered, a new clustering is created by choosing the most probable positions in the original (unclustered) frame data relative to the skeleton's distance frequencies. .. rubric:: Settings .. py:setting:: max_difference_factor :type: int :value: 5 Sets the threshold by which a distance betweenbody parts can exceed the expected distance fromthe skeleton. Defaults to 2x.