Description
Parcel regularization postprocessing for the specified model is not applied because it requires binary classification in integer format. The recommended binary classes are 0 for background and 1 for the feature of interest. By default, the lower class is considered background and the higher class is considered the feature of interest.
Solution
Reclassify the raster to ensure that it has no more than two classes. Also ensure that the background class is represented by the lower value and that all classes are in positive integer format.