I want to make a naive bayes classifier that re-estimates its model iteratively.
Please refer to the image.

In my understanding on the "IteratingOperatorChain", the final ouput of the chain is passed to the input of the chain.
So, I have checked "keep_example_set" to pass the example set.
But, as you can see, an error is reported that "ModelUpdater (3): Missing input: ExampleSet"
I uploaded the project file.
http://ci.kaist.ac.kr/jhahn/test.xmlPlease let me know what should I do.
Thanks in advance.