- p
The number of spatially constrained clusters
- w
An instance of Weight class
- df
A data frame with selected variables only. E.g. guerry[c("Crm_prs", "Crm_prp", "Litercy")]
- cooling_rate
The cooling rate of a simulated annealing algorithm. Defaults to 0.85
- sa_maxit
(optional): The number of iterations of simulated annealing. Defaults to 1
- bound_variable
(optional) A data frame with selected bound variabl
- min_bound
(optional) A minimum bound value that applies to all clusters
- inits
(optional) The number of construction re-runs, which is for ARiSeL "automatic regionalization with initial seed location"
- initial_regions
(optional) The initial regions that the local search starts with. Default is empty. means the local search starts with a random process to "grow" clusters
- scale_method
(optional) One of the scaling methods ('raw', 'standardize', 'demean', 'mad', 'range_standardize', 'range_adjust') to apply on input data. Default is 'standardize' (Z-score normalization).
- distance_method
(optional) The distance method used to compute the distance betwen observation i and j. Defaults to "euclidean". Options are "euclidean" and "manhattan"
- random_seed
(optional) The seed for random number generator. Defaults to 123456789.
- rdist
(optional) The distance matrix (lower triangular matrix, column wise storage)