I've done the classification of images in imageJ, using the Trainable Weka Segmentation plugin, and have gotten an arff
file. The purpose is to recognize whether a specific object is in the image or not so I have two classes; the object and the not-object.
How do I in Java use this file to classify a new image, see if the object is in the image? Is it even possible to do?