TrainingSetModelInstanceInfoCollection Constructor

CVB.Net Documentation
Constructor.

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

public ModelInstanceInfoCollection(
	TrainingSet parent,
	IntPtr collectionParent
)

Parameters

parent
Type: Stemmer.Cvb.MinosTrainingSet
The TrainingSet that the newly created collection belongs to.
collectionParent
Type: SystemIntPtr
Native handle through which this collection is to access its training set data.
See Also

Reference