|
SetResultTModelName Property
|
Gets or sets the set name (e.g. "Training" or "Testing").
Namespace:
Accord.MachineLearning.Performance
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public string Name { get; set; }
Public Property Name As String
Get
Set
Request Example
View SourceProperty Value
Type:
StringThe name of this set.
See Also