| Interface | Description |
|---|---|
| FixedPointTensor<N extends java.lang.Number,T extends FixedPointTensor<N,T>> | |
| FloatingPointTensor<N extends java.lang.Number,T extends FloatingPointTensor<N,T>> | |
| NumberTensor<N extends java.lang.Number,T extends NumberTensor<N,T>> | |
| Tensor<N,T extends Tensor<N,T>> | |
| Tensor.FlattenedView<N> |
| Class | Description |
|---|---|
| BivariateDataStatisticsCalculator |
Calculates common statistics of a 2-dimensional data set
Treats xData and yData as a series of points in the data set - their shapes must match.
|
| TensorFactories | |
| TensorShape | |
| TensorShapeValidation |
| Exception | Description |
|---|---|
| TensorValueException |