Uses of Interface
org.deeplearning4j.optimize.solvers.accumulation.encoding.ThresholdAlgorithmReducer
-
Packages that use ThresholdAlgorithmReducer Package Description org.deeplearning4j.optimize.solvers.accumulation.encoding org.deeplearning4j.optimize.solvers.accumulation.encoding.threshold -
-
Uses of ThresholdAlgorithmReducer in org.deeplearning4j.optimize.solvers.accumulation.encoding
Methods in org.deeplearning4j.optimize.solvers.accumulation.encoding that return ThresholdAlgorithmReducer Modifier and Type Method Description ThresholdAlgorithmReducerThresholdAlgorithmReducer. merge(ThresholdAlgorithmReducer other)Combine two reducers and return the resultThresholdAlgorithmReducerThresholdAlgorithm. newReducer()Create a new ThresholdAlgorithmReducer.Methods in org.deeplearning4j.optimize.solvers.accumulation.encoding with parameters of type ThresholdAlgorithmReducer Modifier and Type Method Description ThresholdAlgorithmReducerThresholdAlgorithmReducer. merge(ThresholdAlgorithmReducer other)Combine two reducers and return the result -
Uses of ThresholdAlgorithmReducer in org.deeplearning4j.optimize.solvers.accumulation.encoding.threshold
Classes in org.deeplearning4j.optimize.solvers.accumulation.encoding.threshold that implement ThresholdAlgorithmReducer Modifier and Type Class Description static classFixedThresholdAlgorithm.FixedAlgorithmThresholdReducerMethods in org.deeplearning4j.optimize.solvers.accumulation.encoding.threshold that return ThresholdAlgorithmReducer Modifier and Type Method Description ThresholdAlgorithmReducerFixedThresholdAlgorithm.FixedAlgorithmThresholdReducer. merge(ThresholdAlgorithmReducer other)ThresholdAlgorithmReducerAdaptiveThresholdAlgorithm. newReducer()ThresholdAlgorithmReducerFixedThresholdAlgorithm. newReducer()ThresholdAlgorithmReducerTargetSparsityThresholdAlgorithm. newReducer()Methods in org.deeplearning4j.optimize.solvers.accumulation.encoding.threshold with parameters of type ThresholdAlgorithmReducer Modifier and Type Method Description ThresholdAlgorithmReducerFixedThresholdAlgorithm.FixedAlgorithmThresholdReducer. merge(ThresholdAlgorithmReducer other)
-