giant.utilities.random_combination

Provides an iterator for generating unique random combinations from a population where order doesn’t matter.

This is useful for performing RANSAC analysis as it ensures that the same sample sets are not chosen multiple times.

Classes

RandomCombinations

Iterate over number_of_combos random combinations of combo_length from population.