Class HistogramBin
- java.lang.Object
-
- org.deeplearning4j.ui.model.weights.HistogramBin
-
- All Implemented Interfaces:
Serializable
public class HistogramBin extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
HistogramBin.Builder
-
Constructor Summary
Constructors Constructor Description HistogramBin()
No-Args constructor should be used only for serialization/deserialization purposes.HistogramBin(INDArray array)
Builds histogram bin for specified array
-
-
-
Constructor Detail
-
HistogramBin
public HistogramBin()
No-Args constructor should be used only for serialization/deserialization purposes. In all other cases please use Histogram.Builder()
-
HistogramBin
public HistogramBin(INDArray array)
Builds histogram bin for specified array- Parameters:
array
-
-
-