ClassifierModelInformationCollectionItem Property

CVB.Net Documentation
Indexed access to the individual model information.

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

public ClassifierModelInformation this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
index of the model to be accessed

Return Value

Type: ClassifierModelInformation
model information object
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionIf the index is invalid
ObjectDisposedExceptionIf the parent image has already been disposed of
See Also

Reference