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