score_combine_methods: Score combine methods

Description Usage Arguments Value Examples

Description

Score combine methods of function feature.removal. To combine the feature score vectors of g1 and g0. The method used in feature.removal must have three parameters in order, g1.score.feature, g0.score.feature, and offset. See details in the help page of function feature.removal.

Usage

1
linear_combine(g1.score.feature, g0.score.feature, offset = 1)

Arguments

g1.score.feature

feature score vector for g1.

g0.score.feature

feature score vector for g0.

offset

adjusts the proportion of g1.score.feature. Default is 1.

Value

g1.score.feature * offset + g0.score.feature.

Examples

1
2
linear_combine(0.2, 0.3, 2)
linear_combine(1:2, 3:4, 1)

cihga39871/iteremoval documentation built on May 17, 2019, 10:12 p.m.