ITrainingResult Interface

Provides the result of a machine learning training.

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

The ITrainingResult type exposes the following members.

Properties
 NameDescription
Public propertyAccuracy Gets or sets the accuracy of the trained model.
Public propertyTrainedTime Gets or sets the date time at which the model has finished training.
Public propertyTrainTime Gets or sets the date time at which the model starts training.
Top
See Also