index_over {JOUSBoost} | R Documentation |
Return indices to be used for jittered data in oversampling
index_over(ix_pos, ix_neg, q)
ix_pos |
Indices for positive examples in data. |
ix_neg |
Indices for negative examples in data. |
q |
Quantiles for which to construct tilted datasets. |
returns a list, each of element of which gives indices to be used on a particular cut (note: will be of length delta - 1)