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.
我想知道 Weka 提供的构建像 M5P 这样的在叶子中有回归模型的模型树的功能是否可以在 R 中实现。我知道有一种方法可以使用 RWeka 包来处理它。对我来说有点奇怪的是,该功能在其他 R 包(如 rpart)中不存在。获得“模型树”的唯一方法是使用 Rweka 包?感谢您的澄清。
请检查 cubist 和 CORElearn 包。