Example usage for org.apache.commons.math3.distribution IntegerDistribution interface-usage

List of usage examples for org.apache.commons.math3.distribution IntegerDistribution interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.math3.distribution IntegerDistribution interface-usage.

Usage

From source file org.deeplearning4j.arbiter.optimize.distribution.DegenerateIntegerDistribution.java

/**
 * Degenerate distribution: i.e., integer "distribution" that is just a fixed value
 */
public class DegenerateIntegerDistribution implements IntegerDistribution {
    private int value;