IMachineLearningService Interface |
Namespace: Dundas.BI.MachineLearning
The IMachineLearningService type exposes the following members.
Name | Description | |
---|---|---|
![]() | ActiveProvider |
Gets the currently activeMachineLearningProvider.
|
![]() | ClientSidePlugins |
Retrieves the javascript handlers and HTML template.
|
![]() | IsEngineReady |
Gets a value indicating if the machine learning engine of the active provider is ready or not.
|
![]() | IsMachineLearningEnabled |
Gets a value indicating whether or not machine learning is enabled.
|
Name | Description | |
---|---|---|
![]() | GetProviders |
Gets all the providers.
|
![]() | NaturalLanguageQueryAsync |
Query the machine learning engine using natural language.
|
![]() | StartEngine |
Starts machine learning engine of the ActiveProvider |
![]() | StartEngine(Uri) |
Starts machine learning engine of the ActiveProvider |
![]() | StopEngine |
Stops the machine learning engine.
|
![]() | Train |
Train a model.
|