Click or drag to resize

IDFColumnGetFactor(Object) Method

Creates a factor from this column.

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

Parameters

levels  Object
An array of factor levels.

Return Value

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