TrainingSetModelInfoName Property

CVB.Net Documentation
Gets or sets the name of the model.

Namespace:  Stemmer.Cvb.Minos
Assembly:  Stemmer.Cvb.Minos (in Stemmer.Cvb.Minos.dll) Version: 14.0.0.0
Syntax

public string Name { get; set; }

Property Value

Type: String
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf the training set has already been disposed
ArgumentNullExceptionwhen trying to set a null string
ArgumentExceptionwhen trying to set an empty string or if the string contains an unmappable unicode character
Remarks

Note that model names are not required to be unique for Minos! However, if you give two models the same name, there will be no way to determine to which specific model of a class with more than one model a result reported by a Minos classifier belongs.
See Also

Reference