Implements conditioned Latin Hypercube sampling.
wbt_conditioned_latin_hypercube(
inputs,
output,
samples = 500,
iterations = 25000,
seed = NULL,
prob = 0.5,
threshold = NULL,
temp = 1,
temp_decay = 0.05,
cycle = 10,
average = FALSE,
wd = NULL,
verbose_mode = FALSE,
compress_rasters = FALSE,
command_only = FALSE
)
Returns the tool text outputs.
Name of the input raster file.
Output shapefile.
Number of sample sites returned.
Maximum iterations (if stopping criteria not reached).
Seed for RNG consistency.
Probability of random resample or resampling worst strata between [0,1]
.
Objective function values below the theshold stop the resampling iterations.
Initial annealing temperature between [0,1]
.
Annealing temperature decay proportion between [0,1]
. Reduce temperature by this proportion each annealing cycle.
Number of iterations before decaying annealing temperature.
Weight the continuous objective funtion by the 1/N contributing strata.
Changes the working directory.
Sets verbose mode. If verbose mode is FALSE
, tools will not print output messages.
Sets the flag used by 'WhiteboxTools' to determine whether to use compression for output rasters.
Return command that would be executed by system()
rather than running tool.