Interface IUncertaintySource<T,​A,​V extends java.lang.Comparable<V>>

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface IUncertaintySource<T,​A,​V extends java.lang.Comparable<V>>
    • Method Detail

      • calculateUncertainty

        double calculateUncertainty​(IEvaluatedPath<T,​A,​V> n,
                                    java.util.List<org.api4.java.datastructure.graph.IPath<T,​A>> simulationPaths,
                                    java.util.List<V> simulationEvaluations)