 | DataFrameGetFactor(Int32) Method |
Creates a factor from the given column.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic Factor GetFactor(
int colIndex
)
Public Function GetFactor (
colIndex As Integer
) As Factor
public:
Factor^ GetFactor(
int colIndex
)
member GetFactor :
colIndex : int -> Factor
Parameters
- colIndex Int32
- A column index.
Return Value
FactorA factor with levels for the sorted, unique elements
in the given column.
See Also