![]() |
aGrUM 3.1.1
a C++ library for (probabilistic) graphical models
|
This is the complete list of members for gum::learning::ParamEstimator, including all inherited members.
| clear() | gum::learning::ParamEstimator | virtual |
| clearRanges() | gum::learning::ParamEstimator | |
| clone() const =0 | gum::learning::ParamEstimator | pure virtual |
| counter_ | gum::learning::ParamEstimator | protected |
| database() const | gum::learning::ParamEstimator | |
| empty_nodevect_ | gum::learning::ParamEstimator | protected |
| external_prior_ | gum::learning::ParamEstimator | protected |
| getNumberOfThreads() const override | gum::learning::ParamEstimator | virtual |
| isGumNumberOfThreadsOverriden() const override | gum::learning::ParamEstimator | virtual |
| minNbRowsPerThread() const | gum::learning::ParamEstimator | virtual |
| nodeId2Columns() const | gum::learning::ParamEstimator | |
| operator=(const ParamEstimator &from) | gum::learning::ParamEstimator | protected |
| operator=(ParamEstimator &&from) | gum::learning::ParamEstimator | protected |
| ParamEstimator(const DBRowGeneratorParser &parser, const Prior &external_prior, const Prior &_score_internal_prior, const std::vector< std::pair< std::size_t, std::size_t > > &ranges, const Bijection< NodeId, std::size_t > &nodeId2columns=Bijection< NodeId, std::size_t >()) | gum::learning::ParamEstimator | |
| ParamEstimator(const DBRowGeneratorParser &parser, const Prior &external_prior, const Prior &_score_internal_prior, const Bijection< NodeId, std::size_t > &nodeId2columns=Bijection< NodeId, std::size_t >()) | gum::learning::ParamEstimator | |
| ParamEstimator(const ParamEstimator &from) | gum::learning::ParamEstimator | |
| ParamEstimator(ParamEstimator &&from) noexcept | gum::learning::ParamEstimator | |
| parameters(const NodeId target_node) | gum::learning::ParamEstimator | |
| parameters(const NodeId target_node, const std::vector< NodeId > &conditioning_nodes)=0 | gum::learning::ParamEstimator | pure virtual |
| parametersAndLogLikelihood(const NodeId target_node) | gum::learning::ParamEstimator | |
| parametersAndLogLikelihood(const NodeId target_node, const std::vector< NodeId > &conditioning_nodes)=0 | gum::learning::ParamEstimator | pure virtual |
| ranges() const | gum::learning::ParamEstimator | |
| score_internal_prior_ | gum::learning::ParamEstimator | protected |
| setBayesNet(const BayesNet< GUM_SCALAR > &new_bn) | gum::learning::ParamEstimator | |
| setMinNbRowsPerThread(const std::size_t nb) const | gum::learning::ParamEstimator | virtual |
| setNumberOfThreads(Size nb) override | gum::learning::ParamEstimator | virtual |
| setParameters(const NodeId target_node, const std::vector< NodeId > &conditioning_nodes, Tensor< GUM_SCALAR > &pot, const bool compute_log_likelihood=false) | gum::learning::ParamEstimator | |
| setRanges(const std::vector< std::pair< std::size_t, std::size_t > > &new_ranges) | gum::learning::ParamEstimator | |
| ~ParamEstimator() | gum::learning::ParamEstimator | virtual |