Description Usage Arguments Value Author(s)
This function returns a sits tibble with their score in the metric Exploration Guided Active Learning (EGAL). Samples with a larger EGAL metric should be submitted first to a human expert for classification.
1 2 3 4 5 6 7 8 |
s_labelled_tb |
A sits tibble with labelled samples. |
s_unlabelled_tb |
A sits tibble with unlabelled samples. |
sim_method |
A character. A method for computing the similarity among samples as described in the package proxy. If the method is registered in proxy::pr_DB as a distance, then the inverse of the distance is used (e.g. 1/distance). proxy::pr_DB as a distance, then the |
alpha |
A double. It controls the radius of the neighborhood used in the estimation of sample density. |
beta |
A double. It controls the radius of the neighborhood used in the estimation of the sample candidate set. A bigger beta gives a bigger set. By default is set to be equal to alpha. If NULL, it is computed internally. |
w |
A numeric (between 0 and 1) only used when beta is NULL. This proportion parameter balances the influence of diversity and density in the selection strategy. When w is 0, EGAL becomes a pure-diversity and when w is 1, EGAL becomes a pure density-based sampling algorithm. |
1 2 3 4 |
Alber Sanchez, alber.ipia@inpe.br
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.