如何将性能运算符的输出插入到RapidMiner Studio中的数据库?

huangapple go评论99阅读模式
英文:

How to make the performance operator output insert into database in rapidmienr studio?

问题

我想将第二张图片中的数据插入数据库。我应该怎么做?
主页流程

性能操作结果

英文:

i want to insert data in 2nd picture into database. what should i do?
home page process

result of performance operator

答案1

得分: 2

你需要将性能运算符的输出转换成常规示例集。为此,您可以使用“性能转换为数据”运算符,然后可以简单地将数据存储在数据库中(通常只能处理常规表格数据)。

英文:

you need to transform the output of the performance operator into a regular example set. For this you can use the Performance to Data operator, then you can simply store the data in the database (it can normally only handle regular tabular data)

huangapple
  • 本文由 发表于 2020年1月3日 16:58:07
  • 转载请务必保留本文链接:https://go.coder-hub.com/59575619.html
  • rapidminer
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定