RegressionPredictorPredictVector Method

CVB.Net Documentation
Calculate a regression result on a given location.

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

public double[] PredictVector(
	Image img,
	Point2D pos
)

Parameters

img
Type: Stemmer.CvbImage
Image to calculate the result in.
pos
Type: Stemmer.CvbPoint2D
Position in the image referred to by img to be investigated.

Return Value

Type: Double
Array that represents the prediction results. The length of that (always 1-dimensional) array depends on the RegressionPredictor's RegressionDimension.
See Also

Reference