Hi Eduardo, As far as I understand, you can define your policy of what to do with the instances arriving. In the PrequentialEvaluator for example, all instances are used for testing and then training. However, the results of the evaluation are outputed every -f instances (parameter defined at command line).
Regarding the different datasets, i assume you can join two different datasets (for train and then test), as long as they have same attributes structure. Then you could define the model to output test performance after the test instances are parsed. Hope this helps, Nicolas On Mon, Aug 1, 2016 at 12:53 AM, Eduardo Costa <[email protected]> wrote: > Dear, > I can use two datasets: one for training and one for test with Samoa as I > do in Weka? > Another doubt: as SAMOA know what are the instances for testing and > training? > > Thankfully, > Eduardo. > -- Nicolas Kourtellis
