跳到主要内容
跳到主要内容

机器学习函数

evalMLMethod

使用拟合回归模型进行预测使用 evalMLMethod 函数。请参见 linearRegression 中的链接。

stochasticLinearRegression

stochasticLinearRegression 聚合函数使用线性模型和 MSE 损失函数实现随机梯度下降方法。使用 evalMLMethod 对新数据进行预测。

stochasticLogisticRegression

stochasticLogisticRegression 聚合函数实现了二元分类问题的随机梯度下降方法。使用 evalMLMethod 对新数据进行预测。