TrainingSetModelInfoCollection Class

CVB.Net Documentation
ModelInformationCollection class that aggregates the collection of Models inside a Minos Training Set.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.Collections.GenericInfoCollectionTrainingSet, TrainingSetModelInfo
    Stemmer.Cvb.MinosTrainingSetTrainingSetObjectInfoCollectionTrainingSet, TrainingSetModelInfo
      Stemmer.Cvb.MinosTrainingSetModelInfoCollection

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

public sealed class ModelInfoCollection : TrainingSetTrainingSetObjectInfoCollection<TrainingSet, TrainingSetModelInfo>

The TrainingSetModelInfoCollection type exposes the following members.

Properties

  NameDescription
Public propertyCount
Number of elements in the collection.
(Inherited from InfoCollectionTParent, TInfo.)
Public propertyItemInt32
Index-based item access.
Public propertyItemString
String-based item access.
Top
Methods

  NameDescription
Public methodAdd
Add a new model (plus the first instance of that model) to the training set.
Public methodContains
Check if the collection contains a model with the specified name.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Determine the index of an image information object inside this collection.
(Inherited from TrainingSetTrainingSetObjectInfoCollectionTParent, TInfo.)
Public methodRemove(Int32)
Remove a training set image along with its instances from the training set.
Public methodRemove(TrainingSetModelInfo)
Remove a model (and all the instances extracted for that model!) from the training set.
Public methodSetGlobalAdvanceVector
Set an advance vector for all available models.
Public methodToArray
Converts this collection into an array.
(Inherited from InfoCollectionTParent, TInfo.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate methodIEnumerableTInfoGetEnumerator
Provides the enumerator for plane information access.
(Inherited from InfoCollectionTParent, TInfo.)
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
Provides the enumerator for type-unsafe information access.
(Inherited from InfoCollectionTParent, TInfo.)
Top
See Also

Reference