Hi all, I have another question regarding Flink ML’s iterations.
In the documentation it says “The iterative algorithm has an iteration body that is repeatedly invoked until some termination criteria is reached (e.g. after a user-specified number of epochs has been reached).” My question is what exactly is the syntax (in Java) to define the number of epochs in the code? Or any other termination criteria inside the iteration body? I’m using Flink v1.17.2, Flink ML v.2.3.0 Thanks in advance, Komal