Distort a dataset in the local neighborhood of selected features.
This function is similar to random_affine_transformation(), but applies multiple random affine transformations to a spatially constraint local neighborhood.
Parameters : | ds : Dataset
distort_seeds : list(int)
distort_neighbor : callable
space : str
scale_fac : float
shift_fac : float
|
---|---|
Returns : | Dataset :
|