Preforms a parallel batch implementation of the csv_create function, allowing multiple high-res images to to processed into training files at the same time.
1 | csv_batch_parallel(no_cores, list, predImage, fromVals, toVals, numSamps)
|
no_cores |
number of cores to implement parallel on |
list |
A list of paths to the classified high-resolution imagery (use list.files) |
fromVals |
vector of the values in classified image |
toVals |
vector which values will be changes too |
numSamps |
Number of samples to select from each images |
inPredImage |
Name and path for the input image that will be used for predictions (Landsat/MODIS) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.