Class CreateModelReference
- Namespace
- Bonsai.ML.LinearDynamicalSystems
- Assembly
- Bonsai.ML.LinearDynamicalSystems.dll
Represents an operator that creates a reference for a named model.
[Combinator]
[WorkflowElementCategory(ElementCategory.Source)]
public class CreateModelReference : INamedElement
- Inheritance
-
CreateModelReference
- Implements
- Inherited Members
Properties
Name
Gets or sets the name of the model to reference.
public string Name { get; set; }
Property Value
Methods
Process()
Generates an observable sequence that contains the model reference object.
public IObservable<ModelReference> Process()
Returns
- IObservable<ModelReference>
A sequence containing a single instance of the ModelReference class.