public class HistogramBin extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
HistogramBin.Builder |
| Constructor and Description |
|---|
HistogramBin()
No-Args constructor should be used only for serialization/deserialization purposes.
|
HistogramBin(org.nd4j.linalg.api.ndarray.INDArray array)
Builds histogram bin for specified array
|
public HistogramBin()
public HistogramBin(org.nd4j.linalg.api.ndarray.INDArray array)
array - Copyright © 2017. All rights reserved.