QueryContextData Property

Gets or sets the data that the machine learning engine uses as the query context state.

Namespace:  Dundas.BI.MachineLearning
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public Object Data { get; set; }

Property Value

Type: Object
The data to be used by the machine learning engine in JSON format.
See Also