Interface DiscreteUncertainObject

    • Method Detail

      • getNumberSamples

        int getNumberSamples()
        Get the number of samples available (or -1 for infinite).
        Returns:
        Number of samples, negative indicates infinite.
      • getSample

        DoubleVector getSample​(int i)
        Get the i'th vector.
        Parameters:
        i - Index
        Returns:
        Vector
      • getWeight

        double getWeight​(int i)
        Get the weight of the i'th vector.
        Parameters:
        i - Index
        Returns:
        Weight