Description Usage Arguments Value Author(s)
This function returns a sits tibble with metrics.
1 | .al_rs(s_labelled_tb, s_unlabelled_tb, sits_method, multicores)
|
s_labelled_tb |
A sits tibble with labelled samples. |
s_unlabelled_tb |
A sits tibble with unlabelled samples. |
sits_method |
A sits model specification. |
multicores |
The number of cores available for active learning. |
1 2 3 4 5 6 7 8 9 | A sits tibble with metrics. Entropy is a measure of the
amount of information in the probabilities of each label;
the samples with largest entropy are the best candidates
for labeling by human experts. Least Confidence is the
difference between the most confident prediction and 100%
confidence normalized by the number of labels. Margin of
Confidence is the difference between the two most
confident predictions. Ratio of Confidence is the ratio
between the top two most confident predictions.
|
Alber Sanchez, alber.ipia@inpe.br
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.