Class RenderableComponentHistogram.Builder
- java.lang.Object
-
- org.datavec.api.transform.ui.components.RenderableComponentHistogram.Builder
-
- Enclosing class:
- RenderableComponentHistogram
public static class RenderableComponentHistogram.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RenderableComponentHistogram.BuilderaddBin(double lower, double upper, double yValue)RenderableComponentHistogrambuild()RenderableComponentHistogram.Buildermargins(int top, int bottom, int left, int right)RenderableComponentHistogram.Buildertitle(String title)
-
-
-
Method Detail
-
title
public RenderableComponentHistogram.Builder title(String title)
-
addBin
public RenderableComponentHistogram.Builder addBin(double lower, double upper, double yValue)
-
margins
public RenderableComponentHistogram.Builder margins(int top, int bottom, int left, int right)
-
build
public RenderableComponentHistogram build()
-
-