Go to the source code of this file.
|
| namespace | gum |
| | gum is the global namespace for all aGrUM entities
|
|
| template<GUM_Numeric GUM_SCALAR> |
| std::tuple< CausalImpact< GUM_SCALAR >, Tensor< GUM_SCALAR >, std::string > | gum::causalImpact (const CausalModel< GUM_SCALAR > &cm, const Set< std::string > &on, const Set< std::string > &doing, const Set< std::string > &knowing=Set< std::string >(), const HashTable< std::string, std::string > &values=HashTable< std::string, std::string >()) |
| | Standalone helper that mirrors the Python function causalImpact(...).
|
| template<GUM_Numeric GUM_SCALAR> |
| Instantiation | gum::makeInstantiationFromValues (const Tensor< GUM_SCALAR > &tensor, const HashTable< std::string, std::string > &values) |
| | Creates an instance for a tensor based on a HashTable.
|