Uses of Class
org.nd4j.linalg.lossfunctions.LossFunctions.LossFunction
-
Packages that use LossFunctions.LossFunction Package Description org.nd4j.linalg.lossfunctions -
-
Uses of LossFunctions.LossFunction in org.nd4j.linalg.lossfunctions
Methods in org.nd4j.linalg.lossfunctions that return LossFunctions.LossFunction Modifier and Type Method Description static LossFunctions.LossFunction
LossFunctions.LossFunction. valueOf(String name)
Returns the enum constant of this type with the specified name.static LossFunctions.LossFunction[]
LossFunctions.LossFunction. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-