is there a way to input a data stream into Knime from a Java application and classify this data by a trained model and send the class back to the application?
An alternative approach could be to export the workflow, or only the trained model into usable Java Code. Is this possible?