Uses of Enum Class
com.yahoo.tensor.functions.Reduce.Aggregator
Packages that use Reduce.Aggregator
Package
Description
Tensor data types
Tensor function evaluation
-
Uses of Reduce.Aggregator in com.yahoo.tensor
Methods in com.yahoo.tensor with parameters of type Reduce.AggregatorModifier and TypeMethodDescriptiondefault TensorTensor.reduce(Reduce.Aggregator aggregator, String... dimensions) Aggregates cells over a set of dimensions, or over all dimensions if no dimensions are specifieddefault TensorTensor.reduce(Reduce.Aggregator aggregator, List<String> dimensions) Aggregates cells over a set of dimensions, or over all dimensions if no dimensions are specified -
Uses of Reduce.Aggregator in com.yahoo.tensor.functions
Methods in com.yahoo.tensor.functions that return Reduce.AggregatorModifier and TypeMethodDescriptionstatic Reduce.AggregatorReturns the enum constant of this class with the specified name.static Reduce.Aggregator[]Reduce.Aggregator.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.yahoo.tensor.functions with parameters of type Reduce.AggregatorModifierConstructorDescriptionReduce(TensorFunction<NAMETYPE> argument, Reduce.Aggregator aggregator) Creates a reduce function reducing all dimensionsReduce(TensorFunction<NAMETYPE> argument, Reduce.Aggregator aggregator, String dimension) Creates a reduce function reducing a single dimensionReduce(TensorFunction<NAMETYPE> argument, Reduce.Aggregator aggregator, List<String> dimensions) Creates a reduce function.ReduceJoin(TensorFunction<NAMETYPE> argumentA, TensorFunction<NAMETYPE> argumentB, DoubleBinaryOperator combinator, Reduce.Aggregator aggregator, List<String> dimensions)