TrainingSetTransform Method

CVB.Net Documentation
Generate a new training set by transforming this training set with a 2x2 transformation matrix.

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

public TrainingSet Transform(
	Matrix2D transformation
)

Parameters

transformation
Type: Stemmer.CvbMatrix2D
matrix with which to transform the geometry of this training set

Return Value

Type: TrainingSet
transformed training set
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf the training set has already been disposed
DivideByZeroExceptionwhen providing a transformation matrix that is singular.
See Also

Reference