Interface StructuralLearningOptions

    • Method Detail

      • getLinkConstraints

        LinkConstraintCollection getLinkConstraints()
        Gets any link constraints to use during structural learning.
      • getStopping

        Stop getStopping()
        Gets the instance implementing Stop used for early stopping. Stopping is different to cancellation, as stopping will still complete the learning process, albeit having not run to completion.
        Returns:
        The instance used for stopping.
      • setStopping

        void setStopping​(Stop value)
        Sets the instance implementing Stop used for early stopping. Stopping is different to cancellation, as stopping will still complete the learning process, albeit having not run to completion.
        Parameters:
        value - The instance used for stopping.