# NOT RUN {
# Retrieve the samples for Mato Grosso
# select band "NDVI"
samples_ndvi <- sits_select(samples_mt_4bands, bands = "NDVI")
# select a random forest model
rfor_model <- sits_train(samples_ndvi,
ml_method = sits_rfor(num_trees = 300)
)
# classify the point
point_class <- sits_classify(point_ndvi, rfor_model)
# }
Run the code above in your browser using DataLab