ClassifierModelInformation Constructor

CVB.Net Documentation
Create a new model information object.

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

public ModelInformation(
	string name,
	Point2D advanceVector
)

Parameters

name
Type: SystemString
name of the model
advanceVector
Type: Stemmer.CvbPoint2D
advance vector of the model
See Also

Reference