Click or drag to resize

NMathFunctionsCounts(IDFColumn) Method

Returns a dictionary in which the keys are the unique elements in a given data set and the values are how many times they occur.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static IDictionary Counts(
	IDFColumn data
)

Parameters

data  IDFColumn
A column.

Return Value

IDictionary
A dictionary of unique elements and their counts.
See Also