Uses of Package
care.smith.top.top_phenotypic_query.c2reasoner.functions.aggregate
Packages that use care.smith.top.top_phenotypic_query.c2reasoner.functions.aggregate
-
Classes in care.smith.top.top_phenotypic_query.c2reasoner.functions.aggregate used by care.smith.top.top_phenotypic_query.c2reasoner.functions.aggregateClassDescriptionThe function Avg returns the average of the argument values.The function Count returns the number of values of the argument expression.The function First returns the temporally first value of the argument values (based on their timestamps).The function Last returns the temporally last value of the argument values (based on their timestamps).The function Max returns the maximum value of the argument values.The function Median returns the median (separating the higher half from the lower half) of the argument values.The function Min returns the minimum value of the argument values.