View source: R/score_aggregation.R
first_score_only | R Documentation |
This function enables comparison of the results of two scoring functions by just basing the decision on the first element. This reflects the original behavior of the optimization function, just evaluating the 'auxiliary' scores for the user's information.
first_score_only(scores, ...)
scores |
A score or multiple component score vector |
... |
Parameters to be ignored by this aggregation function |
The aggregated score, i.e. the first element of a multiple-component score vector.
first_score_only(c(1, 2, 3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.