www.emgu.com/wiki
Given the NormalBayesClassifier model, predit the probability of the samples

Declaration Syntax

Parameters
- samples (Matrix<(Of <(Single>)>))
- The input samples
- results (Matrix<(Of <(Int32>)>))
- The prediction results, should have the same # of rows as the samples

Return Value
In case of classification the method returns the class label, in case of regression - the output function value
Assembly:
Emgu.CV.ML (Module: Emgu.CV.ML) Version: 1.0.0.0 (1.0.0.0)