Overload List

  NameDescription
Counts(DoubleVector)
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.
Counts(IDFColumn)
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.
Counts(array<Double>[]()[])
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.
Counts(array<Int32>[]()[])
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.

See Also