Click or drag to resize

DataFrameGetFactor(String) Method

Creates a factor from the given column.

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

Parameters

colName  String
A column name.

Return Value

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