MCPcopy Create free account
hub / github.com/arrayfire/forge / histogram

Method histogram

src/api/cpp/chart.cpp:108–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108Histogram Chart::histogram(const unsigned pNBins, const dtype pDataType)
109{
110 fg_histogram temp = 0;
111 FG_THROW(fg_add_histogram_to_chart(&temp, get(), pNBins, (fg_dtype)pDataType));
112 return Histogram(temp);
113}
114
115Plot Chart::plot(const unsigned pNumPoints, const dtype pDataType,
116 const PlotType pPlotType, const MarkerType pMarkerType)

Callers 2

mainFunction · 0.80
mainFunction · 0.80

Calls 2

HistogramClass · 0.50

Tested by

no test coverage detected