NMFfitXn
objects.Given a numerical vector, this function computes an aggregated value using one of the following methods: best or mean
# S3 method for measure
aggregate(x, method = c("best", "mean"), decreasing = FALSE, ...)
a numerical vector
the method to aggregate values. This argument can take two values : - mean: the mean of the measures - best: the best measure according to the specified sorting order (decreasing or not)
logical that specified the sorting order
extra arguments to allow extension