程序包的使用
org.apache.flink.ml.common.lossfunc
-
使用org.apache.flink.ml.common.lossfunc的程序包 程序包 说明 org.apache.flink.ml.common.lossfunc org.apache.flink.ml.common.optimizer -
org.apache.flink.ml.common.lossfunc使用的org.apache.flink.ml.common.lossfunc中的类 类 说明 BinaryLogisticLoss The loss function for binary logistic loss.HingeLoss The loss function for hinge loss.LeastSquareLoss The loss function for least square loss.LossFunc A loss function is to compute the loss and gradient with the given coefficient and training data. -
org.apache.flink.ml.common.optimizer使用的org.apache.flink.ml.common.lossfunc中的类 类 说明 LossFunc A loss function is to compute the loss and gradient with the given coefficient and training data.