Uses of Class
oracle.pgx.config.mllib.loss.LossFunction.LossType
-
Packages that use LossFunction.LossType Package Description oracle.pgx.config.mllib.loss This package contains classes for loss functions. -
-
Uses of LossFunction.LossType in oracle.pgx.config.mllib.loss
Fields in oracle.pgx.config.mllib.loss declared as LossFunction.LossType Modifier and Type Field Description LossFunction.LossType
LossFunction. lossType
Methods in oracle.pgx.config.mllib.loss that return LossFunction.LossType Modifier and Type Method Description static LossFunction.LossType
LossFunction.LossType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LossFunction.LossType[]
LossFunction.LossType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in oracle.pgx.config.mllib.loss with parameters of type LossFunction.LossType Constructor Description LossFunction(LossFunction.LossType lossType)
-