TrainingSetModelInfoCollectionItem Property (String)

CVB.Net Documentation
String-based item access.

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

public TrainingSetModelInfo this[
	string name
] { get; }

Parameters

name
Type: SystemString
Name of the model to retrieve.

Return Value

Type: TrainingSetModelInfo
ModelInformation object.
Exceptions

ExceptionCondition
IndexOutOfRangeExceptionIf the name does not exist in the model collection.
Remarks

Note that this will only return the *first* model with a matching model name. If several models by the same name exist, they will need to be accessed index-based.
See Also

Reference