knime3命令行执行方式

knime3命令行执行方式D knime 3 2 1 plugins gt org eclipse equinox launcher 1 3 100 v 1540 jar applicationo knime product KNIME BATCH APPLICATION reset workflowFile C learner project knwf D knime 3 2 1

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


up vote
0
down vote favorite

I have been using KNIME 2.7.4 for running analysis algorithm. I have integrated KNIME with our existing application to run in BATCH mode using the below command.

<<KNIME_ROOT_PATH>>\\plugins\\org.eclipse.equinox.launcher_1.2.0.v.jar -application org.knime.product.KNIME_BATCH_APPLICATION -reset -workflowFile=< 
          
            > -workflow.variable=< 
           
             >,< 
            
              >,< 
              
              
             
            
          

Knime provide different kinds of plot which I want to use. However I am running the workflow in batchmode. Is there any option in KNIME where I can specify the Node Id and “View” option as a parameter to KNIME_BATCH_APPLICATION.

Would need suggestion or guidance to achieve this functionality.

share
improve this question
 

1 Answer

active oldest votes

up vote
0
down vote
accepted

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

(0)
上一篇 2026年3月18日 下午3:19
下一篇 2026年3月18日 下午3:20


相关推荐

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

关注全栈程序员社区公众号