Class SemEstimatorGibbsParams

java.lang.Object
edu.cmu.tetrad.sem.SemEstimatorGibbsParams
All Implemented Interfaces:
TetradSerializable, Serializable

public final class SemEstimatorGibbsParams extends Object implements TetradSerializable
Stores the freeParameters for an instance of a SemEstimatorGibbs.
Version:
$Id: $Id
Author:
Frank Wimberly
See Also:
  • Method Details

    • serializableInstance

      public static SemEstimatorGibbsParams serializableInstance()
      Generates a simple exemplar of this class to test serialization.
      Returns:
      a SemEstimatorGibbsParams object
    • getStartIm

      public SemIm getStartIm()

      Getter for the field startIm.

      Returns:
      a SemIm object
    • setStartIm

      public void setStartIm(SemIm startIm)

      Setter for the field startIm.

      Parameters:
      startIm - a SemIm object
    • getStretch

      public double getStretch()

      Getter for the field stretch.

      Returns:
      a double
    • setStretch

      public void setStretch(double stretch)

      Setter for the field stretch.

      Parameters:
      stretch - a double
    • getTolerance

      public double getTolerance()

      Getter for the field tolerance.

      Returns:
      a double
    • getNumIterations

      public int getNumIterations()

      Getter for the field numIterations.

      Returns:
      a int
    • setNumIterations

      public void setNumIterations(int numIterations)

      Setter for the field numIterations.

      Parameters:
      numIterations - a int
    • isFlatPrior

      public boolean isFlatPrior()

      isFlatPrior.

      Returns:
      a boolean
    • setFlatPrior

      public void setFlatPrior(boolean flatPrior)

      Setter for the field flatPrior.

      Parameters:
      flatPrior - a boolean