Click or drag to resize

DataFrameGetFactor(String, Object) Method

Creates a factor from the given column.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public Factor GetFactor(
	string colName,
	Object[] levels
)

Parameters

colName  String
A column name.
levels  Object
An array of factor levels.

Return Value

Factor
A factor with the given levels.
Exceptions
ExceptionCondition
InvalidArgumentException Thrown if the given column contains a value that is not in levels.
See Also