gpt4 book ai didi

Java、Weka : How can I find out what learners are compatible with what data types

转载 作者:行者123 更新时间:2023-12-01 12:27:51 28 4
gpt4 key购买 nike

我正在使用 Java 中的 Weka 编写一些示例。我通过与不同的学习者尝试不同的数据集创建了一些异常(exception):

Exception in thread "main" weka.core.UnsupportedAttributeTypeException: 
weka.classifiers.functions.GaussianProcesses: Cannot handle date attributes!

Exception in thread "main" weka.core.UnsupportedAttributeTypeException:
weka.classifiers.trees.j48.C45PruneableClassifierTree: Cannot handle numeric class!

Exception in thread "main" weka.core.UnsupportedAttributeTypeException:
weka.classifiers.functions.LinearRegression: Cannot handle binary class!

在哪里可以找到可以向哪些学习者提供哪些数据类型的表格或说明?

最佳答案

我四处寻找这样一张 table ,但找不到。引用UnsupportedAttributeTypeException并没有真正说明您的问题,并且每个模型描述也没有表明支持的数据类型。

那些对模型有深入了解的人会清楚什么应该起作用,什么不应该起作用,但是如果您不确定这些模型的机制并想尝试一下,上述消息可能会出现。

某些数据类型可以转换为其他数据类型以支持这些模型,例如 NominalToBinary,但有时这些模型根本不适合您想要使用的数据。

作为引用,查看模型支持的数据类型会很好,尽管上面概述的错误提供了有意义的(尽管可能不是那么优雅)响应,表明模型不支持数据。

抱歉,我无法提供更多帮助。

关于Java、Weka : How can I find out what learners are compatible with what data types,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26188613/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com