Creates a factor from this column.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
Factor GetFactor()
Visual Basic (Declaration)
Function GetFactor As Factor
Visual C++
Factor^ GetFactor()

Return Value

A factor with levels for the sorted, unique elements in this column.

See Also