.sits_ml_normalize_matrix: Normalize the time series values in the case of a matrix
Description
this function normalizes one band of the values read
from a raster
Usage
.sits_ml_normalize_matrix(data, stats, band)
Value
A normalized matrix.
Arguments
- data
Matrix of values.
- stats
Statistics for normalization.
- band
Band to be normalized.