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.
我已经使用线性回归预测了警报线,这似乎很有说服力。但是,我需要以离散值输出(如屏幕截图所示) 图描述 预测警报:* 天蓝色 * 真实警报:绿色
我的方法
我尝试使用移动平均(简单指数)平滑信号,并尝试使用 ggplot2 平滑信号,仍然无法达到要求。
使用的工具
Knime 和 R 工作室
问题
1.关于将连续输出转换为离散输出的替代方法的建议?
建议赞赏!
移动平均线不会产生离散值。您需要使用阈值系统(例如通过 KNIME 中的规则引擎节点)或分箱系统(例如通过 KNIME 中的众多 Binner 节点之一)。我希望这有帮助。