Machine |
The MachineLearningProvider type exposes the following members.
| Name | Description | |
|---|---|---|
| MachineLearningProvider | Initializes a new instance of the MachineLearningProvider class |
| Name | Description | |
|---|---|---|
| ClientSidePlugins | Gets the Javascript handlers and HTML templates that will be installed on the client browser. | |
| ComponentDescription |
Gets the standard component description.
(Inherited from ComponentBase) | |
| ComponentId |
Gets the component ID.
(Inherited from ComponentBase) | |
| ComponentName |
Gets the standard component name.
(Inherited from ComponentBase) | |
| EngineStartupException | If the engine failed to start-up, then the exception causing it will be found in this property. | |
| HandlerTypeNames | Gets a reference between the IDs and the names of the plugins installed. | |
| IsEnabled | Gets a value indicating whether the component is enabled. (Inherited from ComponentBase) | |
| IsReady | Gets a value indicating if the provider is ready or not. | |
| PackageId |
Gets the ID of the extension package to which the component belongs.
(Inherited from ComponentBase) |
| Name | Description | |
|---|---|---|
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
| Dispose(Boolean) | Releases unmanaged and - optionally - managed resources. | |
| Finalize | Finalizes an instance of the MachineLearningProvider class. (Overrides ObjectFinalize) | |
| Localize |
Localizes the specified string using the engine localization service.
(Inherited from ComponentBase) | |
| QueryAsync | Perform a natural language query. | |
| StartEngine | Starts the machine learning engine a perform learning if required. | |
| StopEngine | Stops the machine learning engine. | |
| Train | Trains a model for the engine. |