Description Usage Arguments Value Author(s) References
Semi-Supervised Learning is a set of classification methods that use both labelled and unlabelled samples. The Shortest Shortest Path (S2) algorithm uses a undirected graph of the samples and iteratively removes edges, trying to identify the boundaries of each class in the graph.
This function receives a sits tibble with time series samples and it returns a sits tibble with either the unlabelled samples to be sent to the oracle or the label of each sample.
1 2 3 4 5 6 |
samples_tb |
A sits tibble with both labelled and unlabelled samples (i.e. NA). |
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 a similarity graph of the samples. |
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
Dasarathy, G., Nowak, R., & Zhu, X. (2015). S2: An efficient graph based active learning algorithm with application to nonparametric classification. Journal of Machine Learning Research, 40(2015), 1–20.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.