adjust_candidates {trimmer} | R Documentation |
Adjust Data Table with Candidate Elements for Elimination
Description
Adjusts positions of all candidates for elimination in data.table after removing a candidate (due to the fact, that the positions may shift).
Usage
adjust_candidates(cand, cand_top_idx)
Arguments
cand |
|
cand_top_idx |
|
Value
data.table
candidates after any adjustments to position
indices of candidates.
[Package trimmer version 0.8.1 Index]