#include <plCndAnonymousKernel.h>
Inheritance diagram for plCndAnonymousKernel:
Public Member Functions | |
plCndAnonymousKernel (const plVariablesConjunction &search_variables, const plVariablesConjunction &known_variables, const plExternalProbFunction &function) | |
Constructs a Conditional Anonymous Kernel with the function {function} provided by the user. | |
virtual | ~plCndAnonymousKernel () |
Destructor. |
The only information we have is a way to compute the probability (probability density) for a given value of the variables {search_variables} and the variables {known_variables}
Definition at line 32 of file plCndAnonymousKernel.h.