MachineLearningProvider Methods

The MachineLearningProvider type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Protected methodDispose(Boolean)
Releases unmanaged and - optionally - managed resources.
Protected methodFinalize
Finalizes an instance of the MachineLearningProvider class.
(Overrides ObjectFinalize.)
Protected methodLocalize
Localizes the specified string using the engine localization service.
(Inherited from ComponentBase.)
Public methodQueryAsync
Perform a natural language query.
Public methodStartEngine
Starts the machine learning engine a perform learning if required.
Public methodStopEngine
Stops the machine learning engine.
Public methodTrain
Trains a model for the engine.
Top
See Also