IMachineLearningService Interface

Interface used to list and get machine learning providers.

Namespace:  Dundas.BI.MachineLearning
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public interface IMachineLearningService

The IMachineLearningService type exposes the following members.

Properties
  NameDescription
Public propertyActiveProvider
Gets the currently activeMachineLearningProvider.
Public propertyClientSidePlugins
Retrieves the javascript handlers and HTML template.
Public propertyIsEngineReady
Gets a value indicating if the machine learning engine of the active provider is ready or not.
Public propertyIsMachineLearningEnabled
Gets a value indicating whether or not machine learning is enabled.
Top
Methods
  NameDescription
Public methodGetProviders
Gets all the providers.
Public methodNaturalLanguageQueryAsync
Query the machine learning engine using natural language.
Public methodStartEngine
Starts machine learning engine of the ActiveProvider
Public methodStartEngine(Uri)
Starts machine learning engine of the ActiveProvider
Public methodStopEngine
Stops the machine learning engine.
Public methodTrain
Train a model.
Top
See Also