Table of Contents

Class GridParameters

Namespace
Bonsai.ML.LinearDynamicalSystems.LinearRegression
Assembly
Bonsai.ML.LinearDynamicalSystems.dll

Represents an operator that creates the 2D grid parameters used for calculating the PDF of a multivariate distribution.

[Combinator]
[WorkflowElementCategory(ElementCategory.Source)]
public class GridParameters
Inheritance
GridParameters
Inherited Members

Properties

X0

Gets or sets the lower bound of the X axis.

X1

Gets or sets the upper bound of the X axis.

XSteps

Gets or sets the number of steps along the X axis.

Y0

Gets or sets the lower bound of the Y axis.

Y1

Gets or sets the upper bound of the Y axis.

YSteps

Gets or sets the number of steps along the Y axis.

Methods

ConvertPyObject(PyObject)

Converts a PyObject, represeting a Kalman Filter Linear Regression Model, into a GridParameters object

Process()

Generates grid parameters

Process(IObservable<PyObject>)

Gets the grid parameters from a PyObject of a Kalman Filter Linear Regression Model

Process<TSource>(IObservable<TSource>)

Generates grid parameters on each input

ToString()

Returns a string that represents the current object.