Documentation of 'bayesnet.jayes.factor.Cut' Java class
Cut
bayesnet.jayes.factor

Class Cut

  • All Implemented Interfaces:
    java.lang.Cloneable


    public class Cut
    extends java.lang.Object
    implements java.lang.Cloneable
    represents a cut through a decision tree as described in "Static and dynamic speedup techniques for the Junction Tree Algorithm" (Kutschke, 2011) (my Bachelor's thesis). Serves for exactly selecting those entries in the probability matrix of a factor that are relevant. It does so in linear time and space, to the number of dimensions of a factor.
    • Method Detail

      • initialize

        public void initialize()
      • clone

        public Cut clone()
        Overrides:
        clone in class java.lang.Object
      • getStart

        public int getStart()
      • getEnd

        public int getEnd()
      • getStepSize

        public int getStepSize()
      • getLength

        public int getLength()
      • getSubtreeStepsize

        public int getSubtreeStepsize()
      • getSubCut

        public Cut getSubCut()

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.