Class ModelReference
- Namespace
- Bonsai.ML.LinearDynamicalSystems
- Assembly
- Bonsai.ML.LinearDynamicalSystems.dll
Bonsai LDS model reference base class
public class ModelReference
- Inheritance
-
ModelReference
- Inherited Members
Constructors
ModelReference(string)
Initializes a new instance of the ModelReference class with the specified name.
public ModelReference(string name)
Parameters
namestringThe name of the referenced model.
Properties
Name
Gets or sets the name of the referenced model.
public string Name { get; set; }