Uses of Class
org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate.StatisticCollector
Package
Description
-
Uses of StatisticCollector in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate
Modifier and TypeMethodDescriptionvoid
StatisticalAggregateFunction.processAggregate
(BindingSet bindingSet, Predicate<Value> distinctValue, StatisticCollector collector) -
Uses of StatisticCollector in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate.stdev
Modifier 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
Modifier and TypeClassDescriptionclass
AggregateCollector
that can compute both sample and population variance based on input of numericLiteral
s.