This function evaluate the samples and extract metrics from SOM cluster. The user can choose the amount of time that the kohonen process will be run. This function allows check if the sample reliable or not
sits_evaluate_samples(data.tb, time_series, grid_xdim = 5,
grid_ydim = 5, rlen = 100, alpha = 1, radius = 6,
distance = "euclidean", iterations = 1, mode = "online")
A sits tibble with info of samples.
The time series extracted from sits tibble.
X dimension of the SOM grid (default = 5).
Y dimension of the SOM grid.
Number of times the complete data set will be presented to the SOM grid
Learning rate, a vector of two numbers indicating the amount of change.
The radius of kohonen map.
The similiraty measure.
The number of time to run the SOM cluster.
Type of learning algorithm (online or batch).
Returns a sits tibble with a new column of label and a table with information about the confiability of each samples.