KSLCore
Toggle table of contents
R1.1.9
jvm
Platform filter
jvm
Switch theme
Search in API
KSLCore
KSLCore
/
ksl.utilities.io
/
DataFrameUtil
/
histogram
histogram
fun
histogram
(
dc
:
DataColumn
<
Double
>
,
breakPoints
:
DoubleArray
=
Histogram.recommendBreakPoints(dc.toDoubleArray())
,
name
:
String
?
=
dc.name()
)
:
Histogram
Return
the histogram on the column