Class Chart
- java.lang.Object
-
- org.deeplearning4j.ui.api.Component
-
- org.deeplearning4j.ui.components.chart.Chart
-
- Direct Known Subclasses:
ChartHistogram,ChartHorizontalBar,ChartLine,ChartScatter,ChartStackedArea,ChartTimeline
public abstract class Chart extends Component
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classChart.Builder<T extends Chart.Builder<T>>
-
Field Summary
-
Fields inherited from class org.deeplearning4j.ui.api.Component
componentType, style
-
-
Constructor Summary
Constructors Constructor Description Chart(String componentType)Chart(String componentType, Chart.Builder builder)
-
-
-
Constructor Detail
-
Chart
public Chart(String componentType)
-
Chart
public Chart(String componentType, Chart.Builder builder)
-
-