| Name | Description |
---|
  | CreateHistogramT(CategoricalVectorT) |
Returns a new histogram of the counts for each value
in a vector.
|
  | CreateHistogram(ICategoricalVector) |
Returns a histogram of the counts for each value in a vector.
|
  | CreateHistogramT(CategoricalVectorT, VectorDouble) |
Returns a new histogram of the counts for each value
in a vector.
|
  | CreateHistogramT(IListT, IntervalIndexT) |
Returns a histogram of a vector using the specified bin arrangement.
|
  | CreateHistogramT(IListT, IntervalIndexT, IListDouble) |
Returns a histogram of a vector using the specified bin arrangement.
|
  | CreateHistogramT(IListT, T, T, Int32, SpecialBins) |
Returns a histogram of a vector using the specified bin arrangement.
|
  | CreateHistogramT(VectorT, T, T, Int32, VectorDouble) |
Returns a histogram of a vector using the specified bin arrangement.
|