Skip to content

Type Alias: ReductionOp

ts
type ReductionOp = "mean" | "sum" | "std" | "min" | "max" | "median" | "var";

Defined in: src/hypervec/INeuroHyperVec.ts:63

Reduction operations for collapsing dimensions

Released under the MIT License.