机器学习函数
evalMLMethod
使用拟合的回归模型进行预测使用 evalMLMethod
函数。请参阅 linearRegression
中的链接。
stochasticLinearRegression
聚合函数 stochasticLinearRegression 使用线性模型和 MSE 损失函数实现了随机梯度下降方法。使用 evalMLMethod
对新数据进行预测。
stochasticLogisticRegression
聚合函数 stochasticLogisticRegression 实现了用于二元分类问题的随机梯度下降方法。使用 evalMLMethod
对新数据进行预测。