Class PythonEstimationsProvider

    • Constructor Detail

      • PythonEstimationsProvider

        public PythonEstimationsProvider()
    • Method Detail

      • pythonExtension

        public void pythonExtension​(long pythonObject)
        Part of JCC Python interface to object
      • pythonExtension

        public long pythonExtension()
        Part of JCC Python interface to object
      • pythonDecRef

        public void pythonDecRef()
        Part of JCC Python interface to object
      • getNumber

        public int getNumber()
        Get the number of evaluations available.
        Specified by:
        getNumber in interface EstimationsProvider
        Returns:
        number of evaluations available
      • getEstimatedMeasurement

        public EstimatedMeasurement<?> getEstimatedMeasurement​(int index)
        Get one estimated measurement.
        Specified by:
        getEstimatedMeasurement in interface EstimationsProvider
        Parameters:
        index - index of the estimated measurement, must be between 0 and getNumber() - 1, chronologically sorted
        Returns:
        estimated measurement at specified index