Mentioned in doc if a function is parallelized with the TBB library (issue #421)

This commit is contained in:
Ilya Lysenkov
2012-04-13 15:31:18 +00:00
parent 74cc370c74
commit 2f44610ef3
13 changed files with 28 additions and 11 deletions

View File

@@ -60,3 +60,4 @@ Predicts the response for sample(s).
The method estimates the most probable classes for input vectors. Input vectors (one or more) are stored as rows of the matrix ``samples``. In case of multiple input vectors, there should be one output vector ``results``. The predicted class for a single input vector is returned by the method.
The function is parallelized with the TBB library.