摘要: 线性回归 需求:从文件读取数据对,计算回归函数及系数 实现1:commons.math的SimpleRegression,定义函数getData从文件读取数据返回SimpleRegression类 1 import java.io.File; 2 import java.io.FileNotFoun 阅读全文
posted @ 2021-04-22 08:34 cxc1357 阅读(919) 评论(0) 推荐(0)