Click or drag to resize

DFColumnPermute Method

Permutes the objects in this column by the given permutation vector (ranks).

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DFColumn Permute(
	params int[] permutation
)

Parameters

permutation  Int32
A permutation vector.

Return Value

DFColumn
A reference to self.
Remarks
this[ permutation[i] ] is set to the ith object in the orginal column. Permutation array must be the same length as the column length.
See Also