Click or drag to resize

NMathFunctionsCounts(DoubleVector) 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(
	DoubleVector data
)

Parameters

data  DoubleVector
A vector.

Return Value

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