Aglomera.NET - A hierarchical agglomerative clustering (HAC) library written in C#
Aglomera.NET - A hierarchical agglomerative clustering (HAC) library written in C#
Aglomera
Combinatorics Class
Combinatorics Methods
GetCombinations Method
GetFactorial Method
GetPermutations Method
Combinatorics
GetPermutations Method
Returns the number of possible permutations of k elements from a set of n (without repetition).
Namespace:
Aglomera
Assembly:
Aglomera (in Aglomera.dll) Version: 1.1.0
Syntax
C#
Copy
public
static
long
GetPermutations
(
long
n
,
long
k
)
Request Example
View Source
Parameters
n
Type:
System
Int64
The number of elements in the set.
k
Type:
System
Int64
The number of elements to choose from the set (permutation size).
Return Value
Type:
Int64
Remarks
See
.
See Also
Reference
Combinatorics Class
Aglomera Namespace
Copyright (c) 2018 Pedro Sequeira