Click or drag to resize
Accord.NET (logo)

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; }
Request Example View Source

Property Value

Type: String
The name of this set.
See Also