简体   繁体   English

如何将Rapidminer生成的xml转换为其Java代码(在Rapidminer中)

[英]how to convert the rapidminer generated xml to it's java code (in rapidminer)

The below link has some xml code of a Decision tree model. 下面的链接具有决策树模型的一些xml代码。 Please let me know how it got converted to the java code, which is also there in the below link. 请让我知道如何将其转换为Java代码,该代码也位于下面的链接中。

implementing rapidminer as a java application 将Rapidminer作为Java应用程序实现

thanks, Ravi Sankar 谢谢,拉维·桑卡尔

The XML is a RapidMiner process that needs to be run to create a decision tree model. XML是RapidMiner流程,需要运行它来创建决策树模型。

The Java code looks like it is a plotter that will take the output from the XML process after it has run and plot the decision tree. Java代码看起来像是一个绘图仪,它将在运行后从XML流程中获取输出并绘制决策树。

The Java code will find the XML process to run by looking in the repository at a certain location (//RapidMinerRepository/PlotterTest). Java代码将通过在某个位置(// RapidMinerRepository / PlotterTest)中的存储库中查找来找到要运行的XML流程。 The result of running this will be plotted. 运行结果将被绘制出来。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM