Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想对一个庞大的数据集做一堆统计,所以我用Loop Attributes遍历所有属性。在运算符中,我有一个聚合运算符,它本身当然不起作用。解决方案是对不同的数据类型进行分支。
有谁知道,该怎么做?
我不明白你的过程试图达到什么目的。您的意思是您有许多要根据其类型聚合的属性。所以你可能总共有 300 个属性,其中 100 个是数字的,100 个是二项式的,100 个是多项式的。然后,您是否想将 100 个数值属性聚合为每个示例的平均值,计算 100 个二项式并可能找到多项式的众数?最终结果将是总结每个示例的三个属性。