D:\knime_3.2.1\plugins>org.eclipse.equinox.launcher_1.3.100.v-1540.jar -application org.knime.product.KNIME_BATCH_APPLICATION -reset -workflowFile=C:/learner_project.knwf
“C:/learner_project.knwf”为导出后的模型文件全路径。
参考:http://stackoverflow.com/questions//view-plot-for-node-in-knime-batch-application/
D:\knime_3.2.1\plugins>org.eclipse.equinox.launcher_1.3.100.v-1540.jar -application org.knime.product.KNIME_BATCH_APPLICATION -reset -workflowFile=d:/knime_model/KNIME_test_var_project.knwf -workflow.variable=train_set_table,_analy_base_data_ma5_b3,String -workflow.variable=rlt_set_table,10_14_398_rlt_set_table,String -workflow.variable=test_set_table,10_14_399_rlt_set_table,String
1 Answer
|
I have posted this question in KNIME forum and got the satisfactory answer mentioned below As per concept of command line execution, this requirement does not fit in. Also there is now way forbatch executor to open the view of specific plot node. Hence there could be two solutions Solution 1 Write the output of workflow in a file and use any charitng plugin to plot the graph and do the drilldown activity. Solution 2 Use jFreeChart and write the image using ImageWriter node which can be displayed in any screen. |
发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/214838.html原文链接:https://javaforall.net
