ITrainingResultTrainedTime Property |
Gets or sets the date time at which the model has finished training.
Namespace:
Dundas.BI.MachineLearning
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax DateTime TrainedTime { get; set; }
Property TrainedTime As DateTime
Get
Set
property DateTime TrainedTime {
DateTime get ();
void set (DateTime value);
}
abstract TrainedTime : DateTime with get, set
Property Value
Type:
DateTime
The starting train time of the trained model.
See Also