Uses of Class
com.github.raimannma.methods.Loss
Package | Description |
---|---|
com.github.raimannma.architecture | |
com.github.raimannma.methods |
-
Uses of Loss in com.github.raimannma.architecture
Methods in com.github.raimannma.architecture that return Loss Modifier and Type Method Description Loss
EvolveOptions. getLoss()
Gets loss.Methods in com.github.raimannma.architecture with parameters of type Loss Modifier and Type Method Description EvolveOptions
EvolveOptions. setLoss(Loss loss)
Sets loss.double
Network. test(double[][] inputs, double[][] outputs, Loss loss)
Test the network on dataset with given loss function. -
Uses of Loss in com.github.raimannma.methods
Methods in com.github.raimannma.methods that return Loss Modifier and Type Method Description static Loss
Loss. valueOf(String name)
Returns the enum constant of this type with the specified name.static Loss[]
Loss. values()
Returns an array containing the constants of this enum type, in the order they are declared.