| Package | Description |
|---|---|
| org.nd4j.linalg.dataset.api.preprocessor | |
| org.nd4j.linalg.dataset.api.preprocessor.stats |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDataSetNormalizer<S extends NormalizerStats> |
class |
AbstractMultiDataSetNormalizer<S extends NormalizerStats> |
interface |
NormalizerStrategy<S extends NormalizerStats> |
| Modifier and Type | Method and Description |
|---|---|
NormalizerStats |
MultiNormalizerHybrid.getInputStats(int input)
Get normalization statistics for a given input.
|
NormalizerStats |
MultiNormalizerHybrid.getOutputStats(int output)
Get normalization statistics for a given output.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,NormalizerStats> |
MultiNormalizerHybrid.getInputStats()
Get the map of normalization statistics per input
|
Map<Integer,NormalizerStats> |
MultiNormalizerHybrid.getOutputStats()
Get the map of normalization statistics per output
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
NormalizerStats.Builder<S extends NormalizerStats> |
| Modifier and Type | Class and Description |
|---|---|
class |
DistributionStats |
class |
MinMaxStats |
Copyright © 2021. All rights reserved.