num_permutations

num_permutations(n, k, with_replacement=False)

Function to calculate the number of possible permutations.

Parameters

Returns

Examples

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