Companion
object Companion
Properties
Functions
Link copied to clipboard
Each array in the matrix is batched into the supplied number of batches
Takes an array of length, n, and computes k batch means where each batch mean is the average of batchSize (b) elements such that b = Math.FloorDiv(n, k). If the number of batches, k, does not divide evenly into n, then n - (k*b) observations are not processed at the end of the array.
Each array in the data map is batched into the supplied number of batches. The map must be rectangular. That is all arrays are of the same size
Link copied to clipboard