Uses of Interface
org.deeplearning4j.optimize.solvers.accumulation.encoding.ThresholdAlgorithm
-
-
Uses of ThresholdAlgorithm in org.deeplearning4j.optimize.solvers.accumulation
Fields in org.deeplearning4j.optimize.solvers.accumulation declared as ThresholdAlgorithm Modifier and Type Field Description protected ThresholdAlgorithmEncodingHandler. initialThresholdAlgorithmprotected ThresholdAlgorithmEncodedGradientsAccumulator.Builder. thresholdAlgorithmFields in org.deeplearning4j.optimize.solvers.accumulation with type parameters of type ThresholdAlgorithm Modifier and Type Field Description protected Map<Long,ThresholdAlgorithm>EncodingHandler. allThreadThresholdAlgorithmsprotected ThreadLocal<ThresholdAlgorithm>EncodingHandler. thresholdAlgorithmMethods in org.deeplearning4j.optimize.solvers.accumulation that return ThresholdAlgorithm Modifier and Type Method Description ThresholdAlgorithmEncodingHandler. getAverageThresholdAlgorithm()This should ONLY be called once all training threads have completedMethods in org.deeplearning4j.optimize.solvers.accumulation with parameters of type ThresholdAlgorithm Modifier and Type Method Description EncodedGradientsAccumulator.BuilderEncodedGradientsAccumulator.Builder. thresholdAlgorithm(ThresholdAlgorithm thresholdAlgorithm)This method allows to set the ThresholdAlgorithm to be used for determining the thresholdConstructors in org.deeplearning4j.optimize.solvers.accumulation with parameters of type ThresholdAlgorithm Constructor Description EncodedGradientsAccumulator(int parties, ThresholdAlgorithm thresholdAlgorithm, ResidualPostProcessor residualPostProcessor, boolean encodingDebugMode)EncodingHandler(ThresholdAlgorithm thresholdAlgorithm, ResidualPostProcessor residualPostProcessor, Integer boundary, boolean encodingDebugMode) -
Uses of ThresholdAlgorithm in org.deeplearning4j.optimize.solvers.accumulation.encoding
Methods in org.deeplearning4j.optimize.solvers.accumulation.encoding that return ThresholdAlgorithm Modifier and Type Method Description ThresholdAlgorithmThresholdAlgorithm. clone()ThresholdAlgorithmThresholdAlgorithmReducer. getFinalResult()Methods in org.deeplearning4j.optimize.solvers.accumulation.encoding with parameters of type ThresholdAlgorithm Modifier and Type Method Description voidThresholdAlgorithmReducer. add(ThresholdAlgorithm instance)Add a ThresholdAlgorithm instance to the reducer -
Uses of ThresholdAlgorithm in org.deeplearning4j.optimize.solvers.accumulation.encoding.threshold
Classes in org.deeplearning4j.optimize.solvers.accumulation.encoding.threshold that implement ThresholdAlgorithm Modifier and Type Class Description classAdaptiveThresholdAlgorithmclassFixedThresholdAlgorithmclassTargetSparsityThresholdAlgorithmMethods in org.deeplearning4j.optimize.solvers.accumulation.encoding.threshold that return ThresholdAlgorithm Modifier and Type Method Description ThresholdAlgorithmFixedThresholdAlgorithm.FixedAlgorithmThresholdReducer. getFinalResult()Methods in org.deeplearning4j.optimize.solvers.accumulation.encoding.threshold with parameters of type ThresholdAlgorithm Modifier and Type Method Description voidFixedThresholdAlgorithm.FixedAlgorithmThresholdReducer. add(ThresholdAlgorithm instance)
-