public class MinMaxStats extends Object implements NormalizerStats
| Modifier and Type | Class and Description |
|---|---|
static class |
MinMaxStats.Builder
DynamicCustomOpsBuilder class that can incrementally update a running lower and upper bound in order to create statistics for a
large set of data
|
| Constructor and Description |
|---|
MinMaxStats(INDArray lower,
INDArray upper) |
| Modifier and Type | Method and Description |
|---|---|
INDArray |
getRange()
Get the feature wise
range for the statistics.
|
public INDArray getRange()
Copyright © 2018. All rights reserved.