| Name | Description |
---|
  | Counts(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(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(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.
|