Click or drag to resize

RegressionBaseFirstColumnIsAllOnes(DFNumericColumn) Method

Checks if the given numeric column contains all 1's

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
protected static bool FirstColumnIsAllOnes(
	DFNumericColumn c
)

Parameters

c  DFNumericColumn
A numeric column.

Return Value

Boolean
true if all 1's.
See Also