filter.gain.inf | R Documentation |
Gain information filter implementation.
filter.gain.inf(features, class, n.percent = 0.75, zero.gain.out = TRUE)
features |
A numeric matrix as input. |
class |
Response variable as numeric vector. |
n.percent |
The percent of features with more gain to be returned. |
zero.gain.out |
Is TRUE (default), zero-gain features will be filtered out (n.percent will be ignored). |
A matrix filtered.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.