Skip to content

Displaying results of cross validation folds

The following KnowledgeFlow setup outputs the cross-validation models for each train/test pair:

  ArffLoader
    --dataSet--> CrossValidationFoldMaker
    --trainingSet/testSet--> J48
    --text--> TextViewer