How to Normalize or to Scale the Stacked Raster data in R?

Опубликовано: 22 Июнь 2026
на канале: Omar Althuwaynee عمر الثويني
2,935
21

To watch the full course, use the link:
https://www.udemy.com/how-to-use-ann-...
Code below :------------------------------

maxs = apply(data_train, 2, max)
mins = apply(data_train, 2, min)
scaled_train = as.data.frame(scale(data_train, center = mins, scale = maxs - mins))
str(scaled_train)
--------------------------------------------------------------------

Welcome to my Step-By-Step video tutorial, using Artificial Neural Network ANN with GIS data for Prediction of Hazards, minerals sources, viruses and diseases susceptible distribution regions, Urban planning and others spatial targets. Instructor: Dr. Omar Althuwaynee

The first and only Step-By-Step video tutorial
Using R programming and QGIS only.
Codes, data and tools are provided.
Full support by the instructor.
#scadacademy.com