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