OK here is my question:
In a validation operator like the "Sliding Window" validation i get the performance averaged for all predictions during the slide. This is fine but is there a way to average somehow the rules the model uses to predict? I mean i had placed the "RuleLearner" to work and a "ResultWrier" after it. So i can see the genarated rules for every iteration fro the validation but i want an operator to average the best mix of all generated posibilities. Something like learn from all interations to be best.

Which is i should use, please?
Txh