R/Lib_MapSpectralSpecies.R
apply_kmeans.Rd
Applies Kmeans clustering to PCA image and writes spectral species map
apply_kmeans(
PCA_Path,
PC_Select,
Input_Mask_File,
Kmeans_info,
Spectral_Species_Path,
nbCPU = 1,
MaxRAM = 0.25
)
path for the PCA image
PCs selected from PCA
Path for the mask
information about kmeans computed in previous step
path for spectral species file to be written
numeric. number of CPU to work with in multisession task
numeric. size of image pieces to be read at once
None