Looping

Hello,

I am trying to build a workflow in which one of the parameters in the SVM learner node increases each loop until a certain value. I know I can use the loop start and end nodes to do that but I don't know where to insert the values of the SVM learner node I want to change each loop.

Any advice would be very much welcome.

Thanks

The flow variables are what you looking for.

 

Thanks

Any examples?

Yes, there is the example nr 011003 on the workflow server.

It does basically what you want to do, but it uses a kmeans instead of an svm.