pgm_learner¶
Contents:
Summary¶
-
pgm_learner
¶ Version: 2.0.13
Description: Parameter/Structure Estimation and Inference for Bayesian Belief Network
Maintainers: - Yuki Furuta <furushchev AT jsk DOT imi DOT i DOT u-tokyo DOT ac DOT jp>
Licenses: - MIT
Authors: - Yuki Furuta <furushchev AT jsk DOT imi DOT i DOT u-tokyo DOT ac DOT jp>
BuildDepends: BuildtoolDepends: BuildExportDepends: ExecDepends: TestDepends:
Types¶
Service types¶
pgm_learner/DiscreteQuery
pgm_learner/LinearGaussianParameterEstimation
pgm_learner/LinearGaussianStructureEstimation
pgm_learner/DiscreteStructureEstimation
pgm_learner/DiscreteParameterEstimation
-
pgm_learner/DiscreteQuery
¶ Field (Request): - nodes[] (pgm_learner/DiscreteNode) –
- evidence[] (pgm_learner/DiscreteNodeState) –
- query[] (string) –
Field (Response): - nodes[] (pgm_learner/DiscreteNode) –
pgm_learner/DiscreteNode[] nodes # information of each nodes pgm_learner/DiscreteNodeState[] evidence # evidnce string[] query # query --- pgm_learner/DiscreteNode[] nodes # information of each nodes
-
pgm_learner/LinearGaussianParameterEstimation
¶ Field (Request): - graph (pgm_learner/GraphStructure) –
- states[] (pgm_learner/LinearGaussianGraphState) –
Field (Response): - nodes[] (pgm_learner/LinearGaussianNode) –
pgm_learner/GraphStructure graph # graph skeleton pgm_learner/LinearGaussianGraphState[] states # trial data --- pgm_learner/LinearGaussianNode[] nodes # information of each nodes
-
pgm_learner/LinearGaussianStructureEstimation
¶ Field (Request): - states[] (pgm_learner/LinearGaussianGraphState) –
- pvalparam (float64) –
- bins (uint16) –
- indegree (uint16) –
Field (Response): - graph (pgm_learner/GraphStructure) –
pgm_learner/LinearGaussianGraphState[] states # trial data float64 pvalparam # optional uint16 bins # optional uint16 indegree # optional --- pgm_learner/GraphStructure graph # structure of network
-
pgm_learner/DiscreteStructureEstimation
¶ Field (Request): - states[] (pgm_learner/DiscreteGraphState) –
- pvalparam (float64) –
- indegree (uint16) –
Field (Response): - graph (pgm_learner/GraphStructure) –
pgm_learner/DiscreteGraphState[] states # trial data float64 pvalparam # optional uint16 indegree # optional --- pgm_learner/GraphStructure graph # structure of network
-
pgm_learner/DiscreteParameterEstimation
¶ Field (Request): - graph (pgm_learner/GraphStructure) –
- states[] (pgm_learner/DiscreteGraphState) –
Field (Response): - nodes[] (pgm_learner/DiscreteNode) –
pgm_learner/GraphStructure graph # graph skeleton pgm_learner/DiscreteGraphState[] states # trial data --- pgm_learner/DiscreteNode[] nodes # information of each nodes