Description Usage Arguments Value See Also
A distance matrix is constructed which represents the aggregated ranked distances between the models. This should be robust against some odd outliers.
1 2 3 | Models.dist.rank.aggregate(models, distance = RegressionResult.dist.default,
rank.all = rank.dist, rank.fromSingle = identity, aggregate = mean,
cores = 1L, logging = FALSE)
|
models |
the Models records |
distance |
the
|
rank.all |
the ranking to be applied to all distances |
rank.fromSingle |
the ranking to be applied to all the distances from one specific sample to the other samples |
aggregate |
the function used for joining the models created by
|
cores |
the number of CPU cores to use |
logging |
the logging setup, see |
an instance of dist
Models.dist.rank.mean
Models.dist.rank.median
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.