Click or drag to resize

DataFrameGetFactor(Int32) Method

Creates a factor from the given column.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public Factor GetFactor(
	int colIndex
)

Parameters

colIndex  Int32
A column index.

Return Value

Factor
A factor with levels for the sorted, unique elements in the given column.
See Also