num_combinations

num_combinations(n, k, with_replacement=False)

Function to calculate the number of possible combinations.

Parameters

Returns

Examples

For usage examples, please see http://rasbt.github.io/mlxtend/user_guide/math/num_combinations/