Table of Contents

Class SerializeToJson

Namespace
Bonsai.ML.HiddenMarkovModels
Assembly
Bonsai.ML.HiddenMarkovModels.dll

Serializes a sequence of data model objects into JSON strings.

[Combinator]
[WorkflowElementCategory(ElementCategory.Transform)]
public class SerializeToJson
Inheritance
SerializeToJson
Inherited Members

Methods

Process(IObservable<ModelParameters>)

Serializes each ModelParameters object in the sequence to a JSON string.

Process(IObservable<StateParameters>)

Serializes each StateParameters object in the sequence to a JSON string.