Uses of Class
org.nd4j.linalg.api.memory.enums.LearningPolicy
-
Packages that use LearningPolicy Package Description org.nd4j.linalg.api.memory.conf org.nd4j.linalg.api.memory.enums -
-
Uses of LearningPolicy in org.nd4j.linalg.api.memory.conf
Fields in org.nd4j.linalg.api.memory.conf declared as LearningPolicy Modifier and Type Field Description protected LearningPolicyWorkspaceConfiguration. policyLearning -
Uses of LearningPolicy in org.nd4j.linalg.api.memory.enums
Methods in org.nd4j.linalg.api.memory.enums that return LearningPolicy Modifier and Type Method Description static LearningPolicyLearningPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static LearningPolicy[]LearningPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-