Description Usage Arguments Value Author(s)
The S2 algorithm uses a undirected graph of the samples and iteratively removes edges, trying to identify the boundaries of each class in the graph.
1 |
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. See proxy::simil for details. |
closest_n |
An integer. The number of most similar samples to keep while building the graph. |
mode |
A character telling if the functin runs on either the "active_learning" or "semi_supervised_learning" mode. |
1 2 |
Alber Sanchez, alber.ipia@inpe.br
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.