Detection-of-Breast-Cancer-using-Neural-Networks icon indicating copy to clipboard operation
Detection-of-Breast-Cancer-using-Neural-Networks copied to clipboard

HMRF_EM needs semi-colon

Open Walter-Roberson opened this issue 5 years ago • 0 comments

In HMRF_EM.m line 18, the line

Y=getbinary(Y,X)

should really be

Y=getbinary(Y,X);

Y will be a fair sized 3D array, so allowing it to display there creates a large unnecessary output.

Walter-Roberson avatar Jan 25 '19 00:01 Walter-Roberson