TensorIterableCalc<T extends Tensor> extension

Mathematical/statistical methods for Tensor<double> iterables.

on

Methods

mean() → T
Calculates element-wise mean of tensors.
standardDeviation() → T
sum() → T
Calculates element-wise sum of tensors.
toScalars() Iterable<double>
Maps tensors to scalars.
variance() → T
Calculates element-wise variance of tensors.