MachineLearningProviderStartEngine Method |
Starts the machine learning engine a perform learning if required.
Namespace:
Dundas.BI.MachineLearning
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public abstract void StartEngine(
Uri rootUrl
)
Public MustOverride Sub StartEngine (
rootUrl As Uri
)
public:
virtual void StartEngine(
Uri^ rootUrl
) abstract
abstract StartEngine :
rootUrl : Uri -> unit
Parameters
- rootUrl
- Type: SystemUri
The root URL the engine is running on.
See Also