Class MultivariatePDF
- Namespace
- Bonsai.ML.LinearDynamicalSystems.LinearRegression
- Assembly
- Bonsai.ML.LinearDynamicalSystems.dll
Represents an operator that converts a python object, representing a multivariate PDF, into a multivariate PDF class.
[Combinator]
[WorkflowElementCategory(ElementCategory.Transform)]
public class MultivariatePDF
- Inheritance
-
MultivariatePDF
- Inherited Members
Fields
GridParameters
Gets or sets the grid parameters used for generating the multivariate PDF.
public GridParameters GridParameters
Field Value
Values
Gets or sets the probability density value at each 2D position of the grid.
public double[,] Values
Field Value
- double[,]
Methods
Process(IObservable<PyObject>)
Converts a PyObject into a multivariate PDF.
public IObservable<MultivariatePDF> Process(IObservable<PyObject> source)
Parameters
sourceIObservable<PyObject>