Class ChartHistogram.Builder
- java.lang.Object
-
- org.deeplearning4j.ui.components.chart.Chart.Builder<ChartHistogram.Builder>
-
- org.deeplearning4j.ui.components.chart.ChartHistogram.Builder
-
- Enclosing class:
- ChartHistogram
public static class ChartHistogram.Builder extends Chart.Builder<ChartHistogram.Builder>
-
-
Constructor Summary
Constructors Constructor Description Builder(String title, StyleChart style)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChartHistogram.BuilderaddBin(double lower, double upper, double yValue)Add a single binChartHistogrambuild()-
Methods inherited from class org.deeplearning4j.ui.components.chart.Chart.Builder
setGridWidth, setGridWidth, setXMax, setXMin, setYMax, setYMin, showLegend, suppressAxisHorizontal, suppressAxisVertical
-
-
-
-
Constructor Detail
-
Builder
public Builder(String title, StyleChart style)
-
-
Method Detail
-
addBin
public ChartHistogram.Builder addBin(double lower, double upper, double yValue)
Add a single bin- Parameters:
lower- Lower (minimum/left) value for the bin (x axis)upper- Upper (maximum/right) value for the bin (x axis)yValue- The height of the bin
-
build
public ChartHistogram build()
-
-