Uses of Interface
org.ojalgo.type.function.TwoStepMapper
Packages that use TwoStepMapper
-
Uses of TwoStepMapper in org.ojalgo.data.batch
Methods in org.ojalgo.data.batch with type parameters of type TwoStepMapperModifier and TypeMethodDescription<R,A extends TwoStepMapper<T, R>>
voidBatchNode.processCombineable(Supplier<A> aggregatorFactory, Consumer<A> processor) Similar toBatchNode.processMergeable(Supplier, Consumer)but theprocessoris called with the aggregator instance itself rather than its extracted results.<R,A extends TwoStepMapper<T, R>>
voidBatchNode.processMergeable(Supplier<A> aggregatorFactory, Consumer<R> processor) Each shard is processed/aggregated separately by aTwoStepMapperinstance.Method parameters in org.ojalgo.data.batch with type arguments of type TwoStepMapperModifier and TypeMethodDescription<R> voidBatchNode.processMapped(Supplier<? extends TwoStepMapper<T, R>> aggregatorFactory, Consumer<R> processor) Deprecated. -
Uses of TwoStepMapper in org.ojalgo.random
Classes in org.ojalgo.random that implement TwoStepMapperModifier and TypeClassDescriptionstatic final classSampleSet.CombineableSet<N extends Comparable<N>> -
Uses of TwoStepMapper in org.ojalgo.type.function
Subinterfaces of TwoStepMapper in org.ojalgo.type.functionModifier and TypeInterfaceDescriptionstatic interfaceTwoStepMapper.Combineable<T,R, A extends TwoStepMapper.Combineable<T, R, A>> Enables combining the state of multiple instances.static interfaceEnables merging the results from multiple instances.Classes in org.ojalgo.type.function that implement TwoStepMapperModifier and TypeClassDescriptionstatic final classA frequency counter that optionally filters some elements when merging subresults.static final classWill calculate the function value for each input item, and cache the result.
invalid reference