Uses of Class
org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate.StatisticCollector
Packages that use StatisticCollector
Package
Description
-
Uses of StatisticCollector in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate
Methods in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate with parameters of type StatisticCollectorModifier and TypeMethodDescriptionvoid
StatisticalAggregateFunction.processAggregate
(BindingSet bindingSet, Predicate<Value> distinctValue, StatisticCollector collector) -
Uses of StatisticCollector in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate.stdev
Subclasses of StatisticCollector in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate.stdevModifier and TypeClassDescriptionclass
AggregateCollector
that can compute both sample and population standard deviation based on input of numericLiteral
s. -
Uses of StatisticCollector in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate.variance
Subclasses of StatisticCollector in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate.varianceModifier and TypeClassDescriptionclass
AggregateCollector
that can compute both sample and population variance based on input of numericLiteral
s.