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.
我一直在使用 R 使用线性回归对数据进行建模。并使用“summary(model)”命令,它将提供系数显着性和模型显着性(F 统计量)的详细信息。Weka能提供这样的措施吗?
当使用 Weka 进行线性回归时,它会输出带有每个使用属性的系数的完整模型(除非在选项中未选中“输出模型”)。例如,使用 cpu.arff 数据集:
Linear Regression Model class = 0.2122 * MYCT + 0.019 * MMIN + 0.0026 * MMAX + 1.2604 * CACH + 8.0792 * CHMIN + -1.5828 * CHMAX + -53.7929