Usage
CEMC(input, space = NULL, k=NULL, dm = "k", kp = 0.5, N = NULL, N1 = NULL,
rho = 0.1, e1 = 0.1, e2 = 1, w = 0.5, b = 0, init.m = "p", init.w = 0,
d.w = NULL, input.par = NULL, extra=0)
Arguments
input
A list of several TopKLists, may have different length
space
A list of the same structure as the input list. Contains underlying spaces for the top-k lists. NULL means all lists share a common space, which is taken to be the union of all input lists
k
Desired length of combined list
dm
Distance measure, "s" for Spearman, "k" for Kendall (p=0)
kp
Partial distance used in Kendall's tau distance measure
N
Number of samples generated in each iterate
N1
Number of samples retained after each iterate
rho
Proportion of samples used to estimate a new probability matrix
e1
Stopping criterion with respect to the l1-norm of the difference of the two probability matrices between the current and previous iterations
e2
Stopping criterion with respect to the difference in the obtimizing criterion (e.g. the generalized Kemeny guideline) between the current and the previous iterations
w
Weight of the new probability vector for the next iterate
b
Parameter used in blur function - this is for finding starting values for the algorithem
init.m
Initialization method, see the function init.p for details
init.w
Probability matrix initialization. (See Details)
d.w
Weights for distances from different input lists
input.par
Input parameters in a data.frame
extra
Number of additional items to be included in the combined ranked list during the
calculation