| Package | Description |
|---|---|
| org.datavec.api.transform.analysis | |
| org.datavec.api.transform.analysis.histogram |
| Modifier and Type | Method and Description |
|---|---|
static void |
DataVecAnalysisUtils.mergeCounters(List<ColumnAnalysis> columnAnalysis,
List<HistogramCounter> histogramCounters) |
| Modifier and Type | Class and Description |
|---|---|
class |
CategoricalHistogramCounter
A counter for building histograms of Categorical columns
|
class |
DoubleHistogramCounter
A counter for building histograms on a Double column
|
class |
NDArrayHistogramCounter
A counter for building histograms on a NDArray columns.
|
class |
StringHistogramCounter
A counter for building histograms (of String length) on a String column
|
| Modifier and Type | Method and Description |
|---|---|
HistogramCounter |
StringHistogramCounter.add(Writable w) |
HistogramCounter |
CategoricalHistogramCounter.add(Writable w) |
HistogramCounter |
NDArrayHistogramCounter.add(Writable w) |
HistogramCounter |
HistogramCounter.add(Writable w) |
HistogramCounter |
DoubleHistogramCounter.add(Writable w) |
HistogramCounter |
CategoricalHistogramCounter.merge(HistogramCounter other) |
HistogramCounter |
HistogramCounter.merge(HistogramCounter other) |
| Modifier and Type | Method and Description |
|---|---|
StringHistogramCounter |
StringHistogramCounter.merge(HistogramCounter other) |
HistogramCounter |
CategoricalHistogramCounter.merge(HistogramCounter other) |
NDArrayHistogramCounter |
NDArrayHistogramCounter.merge(HistogramCounter other) |
HistogramCounter |
HistogramCounter.merge(HistogramCounter other) |
DoubleHistogramCounter |
DoubleHistogramCounter.merge(HistogramCounter other) |
Copyright © 2020. All rights reserved.