View source: R/sits_predictors.R
sits_pred_features | R Documentation |
Predictors are X-Y values required for machine learning algorithms, organized as a data table where each row corresponds to a training sample. The first two columns of the predictors table are categorical ("label_id" and "label"). The other columns are the values of each band and time, organized first by band and then by time. This function returns the numeric values associated to each sample.
sits_pred_features(pred)
pred |
X-Y predictors: a data.frame with one row per sample. |
The Y predictors for the sample: data.frame with one row per sample.
Please refer to the sits documentation available in <https://e-sensing.github.io/sitsbook/> for detailed examples.
Gilberto Camara, gilberto.camara@inpe.br
if (sits_run_examples()) {
pred <- sits_predictors(samples_modis_ndvi)
features <- sits_pred_features(pred)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.