This PR validates the string parameters weights and dilation_array to have the correct format, such that they can be parsed as expected in mlexchange/mlex_dlsia_segmentation_prototype#12, and checks if class labels are non-empty.
Additionally, this adds parameters qlty_step, qlty_window, qlty_border for use of qlty and extends a bug fix that wasn't fully followed through in 6193c53.
This PR validates the string parameters
weights
anddilation_array
to have the correct format, such that they can be parsed as expected in mlexchange/mlex_dlsia_segmentation_prototype#12, and checks if class labels are non-empty.Additionally, this adds parameters
qlty_step
,qlty_window
,qlty_border
for use ofqlty
and extends a bug fix that wasn't fully followed through in 6193c53.