 | DataFrameGetFactor(Int32, Object) Method |
Creates a factor from the given column.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic Factor GetFactor(
int colIndex,
Object[] levels
)
Public Function GetFactor (
colIndex As Integer,
levels As Object()
) As Factor
public:
Factor^ GetFactor(
int colIndex,
array<Object^>^ levels
)
member GetFactor :
colIndex : int *
levels : Object[] -> Factor
Parameters
- colIndex Int32
- A column index.
- levels Object
- An array of factor levels.
Return Value
Factor
A factor with the given levels.
Exceptions
See Also