Interface InferenceFactory

    • Method Detail

      • createInferenceEngine

        Inference createInferenceEngine​(Network network)
        Creates an instance of an inference algorithm, with the [network] as it's target.
        Parameters:
        network - The target Bayesian network.
        Returns:
        The inference algorithm/engine.
      • createQueryOptions

        QueryOptions createQueryOptions()
        Creates options that govern how each query is performed. Each algorithm may provide additional options.
        Returns:
        The options.