Click or drag to resize

DFStringColumnToFactor Method

Extract a factor from this column.

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

Return Value

Factor
A factor with levels for the sorted, unique strings in this column.
See Also