Uses of Class
org.deeplearning4j.optimize.listeners.FailureTestingListener.CallType
-
Packages that use FailureTestingListener.CallType Package Description org.deeplearning4j.optimize.listeners -
-
Uses of FailureTestingListener.CallType in org.deeplearning4j.optimize.listeners
Methods in org.deeplearning4j.optimize.listeners that return FailureTestingListener.CallType Modifier and Type Method Description static FailureTestingListener.CallTypeFailureTestingListener.CallType. valueOf(String name)Returns the enum constant of this type with the specified name.static FailureTestingListener.CallType[]FailureTestingListener.CallType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.deeplearning4j.optimize.listeners with parameters of type FailureTestingListener.CallType Modifier and Type Method Description protected voidFailureTestingListener. call(FailureTestingListener.CallType callType, Model model)booleanFailureTestingListener.And. triggerFailure(FailureTestingListener.CallType callType, int iteration, int epoch, Model model)abstract booleanFailureTestingListener.FailureTrigger. triggerFailure(FailureTestingListener.CallType callType, int iteration, int epoch, Model model)If true: trigger the failure.booleanFailureTestingListener.HostNameTrigger. triggerFailure(FailureTestingListener.CallType callType, int iteration, int epoch, Model model)booleanFailureTestingListener.IterationEpochTrigger. triggerFailure(FailureTestingListener.CallType callType, int iteration, int epoch, Model model)booleanFailureTestingListener.Or. triggerFailure(FailureTestingListener.CallType callType, int iteration, int epoch, Model model)booleanFailureTestingListener.RandomProb. triggerFailure(FailureTestingListener.CallType callType, int iteration, int epoch, Model model)booleanFailureTestingListener.TimeSinceInitializedTrigger. triggerFailure(FailureTestingListener.CallType callType, int iteration, int epoch, Model model)booleanFailureTestingListener.UserNameTrigger. triggerFailure(FailureTestingListener.CallType callType, int iteration, int epoch, Model model)Constructors in org.deeplearning4j.optimize.listeners with parameters of type FailureTestingListener.CallType Constructor Description RandomProb(FailureTestingListener.CallType callType, double probability)
-