Variables
linear_gaussian_bayesian_parameter_estimation_sample Namespace Reference

Variables

 bn = LGBayesianNetwork(skel, teacher_nd)
 
 data = bn.randomsample(200)
 
 dpath = os.path.join(PKG_PATH, "test", "graph-test.txt")
 
 edges
 
 gs = LinearGaussianGraphState()
 
 nodes
 
 param_estimate = rospy.ServiceProxy("pgm_learner/linear_gaussian/parameter_estimation", LinearGaussianParameterEstimation)
 
 PKG_PATH = rospkg.RosPack().get_path("pgm_learner")
 
 PP = pprint.PrettyPrinter(indent=2)
 
 req = LinearGaussianParameterEstimationRequest()
 
 skel = GraphSkeleton()
 
 teacher_nd = NodeData()
 
 tpath = os.path.join(PKG_PATH, "test", "graph-lg-test.txt")
 

Variable Documentation

◆ bn

linear_gaussian_bayesian_parameter_estimation_sample.bn = LGBayesianNetwork(skel, teacher_nd)

◆ data

linear_gaussian_bayesian_parameter_estimation_sample.data = bn.randomsample(200)

◆ dpath

linear_gaussian_bayesian_parameter_estimation_sample.dpath = os.path.join(PKG_PATH, "test", "graph-test.txt")

◆ edges

linear_gaussian_bayesian_parameter_estimation_sample.edges

◆ gs

linear_gaussian_bayesian_parameter_estimation_sample.gs = LinearGaussianGraphState()

◆ nodes

linear_gaussian_bayesian_parameter_estimation_sample.nodes

◆ param_estimate

linear_gaussian_bayesian_parameter_estimation_sample.param_estimate = rospy.ServiceProxy("pgm_learner/linear_gaussian/parameter_estimation", LinearGaussianParameterEstimation)

◆ PKG_PATH

linear_gaussian_bayesian_parameter_estimation_sample.PKG_PATH = rospkg.RosPack().get_path("pgm_learner")

◆ PP

linear_gaussian_bayesian_parameter_estimation_sample.PP = pprint.PrettyPrinter(indent=2)

◆ req

linear_gaussian_bayesian_parameter_estimation_sample.req = LinearGaussianParameterEstimationRequest()

◆ skel

linear_gaussian_bayesian_parameter_estimation_sample.skel = GraphSkeleton()

◆ teacher_nd

linear_gaussian_bayesian_parameter_estimation_sample.teacher_nd = NodeData()

◆ tpath

linear_gaussian_bayesian_parameter_estimation_sample.tpath = os.path.join(PKG_PATH, "test", "graph-lg-test.txt")


pgm_learner
Author(s): Yuki Furuta
autogenerated on Sat Jun 24 2023 02:40:33