{ "flow_name" : "segment-Adaboost", "steps" : [ { "class" : "weka.knowledgeflow.steps.TrainingSetMaker", "properties" : { "name" : "TrainingSetMaker" }, "connections" : { "trainingSet" : [ "ADB Depth=4", "ADB-J48" ] }, "coordinates" : "280,40" }, { "class" : "weka.knowledgeflow.steps.TestSetMaker", "properties" : { "name" : "TestSetMaker" }, "connections" : { "testSet" : [ "ADB Depth=4", "ADB-J48" ] }, "coordinates" : "200,200" }, { "class" : "weka.knowledgeflow.steps.ClassifierPerformanceEvaluator", "properties" : { "collectPredictionsForVisAndAUC" : true, "costMatrixString" : "", "errorPlotPointSizeProportionalToMargin" : false, "evaluateWithRespectToCosts" : false, "evaluationMetricsToOutput" : "Correct,Incorrect", "name" : "ClassifierPerformanceEvaluator", "outputConfusionMatrix" : true, "outputEntropyMetrics" : false, "outputPerClassStats" : true }, "connections" : { "text" : [ "TextViewer" ] }, "coordinates" : "640,40" }, { "class" : "weka.knowledgeflow.steps.TextViewer", "properties" : { "name" : "TextViewer" }, "connections" : { }, "coordinates" : "800,200" }, { "class" : "weka.knowledgeflow.steps.ClassAssigner", "properties" : { "classColumn" : "/last", "name" : "ClassAssigner" }, "connections" : { "dataSet" : [ "TrainingSetMaker" ] }, "coordinates" : "160,40" }, { "class" : "weka.knowledgeflow.steps.ClassAssigner", "properties" : { "classColumn" : "/last", "name" : "ClassAssigner2" }, "connections" : { "dataSet" : [ "TestSetMaker" ] }, "coordinates" : "120,200" }, { "class" : "weka.knowledgeflow.steps.Loader", "properties" : { "loader" : { "type" : "loader", "class" : "weka.core.converters.ArffLoader", "filePath" : "/data/segment-challenge.arff", "useRelativePath" : false }, "name" : "segment-challenge" }, "connections" : { "dataSet" : [ "ClassAssigner" ] }, "coordinates" : "40,40" }, { "class" : "weka.knowledgeflow.steps.Loader", "properties" : { "loader" : { "type" : "loader", "class" : "weka.core.converters.ArffLoader", "filePath" : "/data/segment-test.arff", "useRelativePath" : false }, "name" : "segment-test" }, "connections" : { "dataSet" : [ "ClassAssigner2" ] }, "coordinates" : "40,200" }, { "class" : "weka.knowledgeflow.steps.ClassifierPerformanceEvaluator", "properties" : { "collectPredictionsForVisAndAUC" : true, "costMatrixString" : "", "errorPlotPointSizeProportionalToMargin" : false, "evaluateWithRespectToCosts" : false, "evaluationMetricsToOutput" : "Correct,Incorrect", "name" : "ClassifierPerformanceEvaluator2", "outputConfusionMatrix" : true, "outputEntropyMetrics" : false, "outputPerClassStats" : true }, "connections" : { "text" : [ "TextViewer" ] }, "coordinates" : "640,200" }, { "class" : "weka.knowledgeflow.steps.TextViewer", "properties" : { "name" : "Text Models" }, "connections" : { }, "coordinates" : "520,120" }, { "class" : "weka.knowledgeflow.steps.Classifier", "properties" : { "classifier" : { "type" : "optionHandler", "class" : "weka.classifiers.meta.AdaBoostM1", "options" : "-P 100 -S 1 -I 20 -W weka.classifiers.trees.RandomForest -- -P 100 -print -I 1 -num-slots 1 -K 0 -M 1.0 -V 0.001 -S 1 -depth 4" }, "loadClassifierFileName" : "", "name" : "ADB Depth=4", "resetIncrementalClassifier" : false, "updateIncrementalClassifier" : true }, "connections" : { "text" : [ "Text Models" ], "batchClassifier" : [ "ClassifierPerformanceEvaluator" ] }, "coordinates" : "440,40" }, { "class" : "weka.knowledgeflow.steps.Classifier", "properties" : { "classifier" : { "type" : "optionHandler", "class" : "weka.classifiers.meta.AdaBoostM1", "options" : "-P 100 -S 1 -I 20 -W weka.classifiers.trees.J48 -- -C 0.25 -M 2" }, "loadClassifierFileName" : "", "name" : "ADB-J48", "resetIncrementalClassifier" : false, "updateIncrementalClassifier" : true }, "connections" : { "text" : [ "Text Models" ], "batchClassifier" : [ "ClassifierPerformanceEvaluator2" ] }, "coordinates" : "440,200" } ] }