IntManhattanDistanceStructure
public void IntManhattanDistanceStructure(int lowerBound, int upperBound, @NotNull() @NotNull() RegularGridModel<Integer> model)
Parameters
lowerBound
lower bound of the distance
upperBound
upper bound of the distance, inclusive
model
the spatial model
public void IntManhattanDistanceStructure(boolean parallel, int lowerBound, int upperBound, @NotNull() @NotNull() RegularGridModel<Integer> model)
Parameters
parallel
if true, the distance matrix is computed in parallel
lowerBound
lower bound of the distance
upperBound
upper bound of the distance, inclusive
model
the spatial model