Class GeneralizedSemEstimator.MyContext

java.lang.Object
edu.cmu.tetrad.sem.GeneralizedSemEstimator.MyContext
All Implemented Interfaces:
Context
Enclosing class:
GeneralizedSemEstimator

public static class GeneralizedSemEstimator.MyContext extends Object implements Context
  • Constructor Details

    • MyContext

      public MyContext()
  • Method Details

    • getValue

      public Double getValue(String term)
      Specified by:
      getValue in interface Context
      Returns:
      the double value for the given var, or null if the variable has not been assigned a value.
    • putParameterValue

      public void putParameterValue(String s, double parameter)
    • putVariableValue

      public void putVariableValue(String s, double value)