MATLAB File Help: cv.NormalBayesClassifier/predictProb | Index |
Predicts the response for sample(s)
outputs = model.predictProb(inputs)
[outputs,outputProbs,f] = model.predictProb(inputs)
[...] = model.predictProb(inputs, 'OptionName',optionValue, ...)
nsamples-by-nclasses
). The probabilities are not
normalized to the 0..1 range.The method estimates the most probable classes for input
vectors. Input vectors (one or more) are stored as rows of the
matrix inputs. In case of multiple input vectors, there should
be one output vector outputs
. The matrix outputProbs
contains the output probabilities corresponding to each element
of result.
The function is parallelized with the TBB library.
Access | public |
Sealed | false |
Static | false |